@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,400italic,300italic&subset=latin,latin-ext);
body,
html,
html body {
  padding-right: 100px;
    padding-left: 100px;
    
  margin: 0;
  float: left;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  width: 100%;
  height: 100%;
}
input,
textarea,
keygen,
select,
button {
  font-family: 'Open Sans', sans-serif;
}
body.no-scroll {
  overflow: hidden;
}
a,
p,
img {
  line-height: 1;
  padding: 0;
  margin: 0;
  border: none;
}
a,
button,
.a,
.button,
input[type=submit],
img,
label,
header,
header *,
.ui-slider-handle {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.parallax-slider {
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.submenu {
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}

.id_pre_tym {
    position:relative;
    top:-70px;
}
.id_pre_help {
    position:relative;
    top:-150px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  padding: 0;
  margin: 0;
}
section,
header,
footer {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}
section,
header,
footer,
aside,
div,
input,
p,
a,
span,
*,
label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap {
  width: 95%;
  max-width: 1200px;
  display: inline-block;
  margin: 0px auto;
  text-align: left;
}
.row {
  float: left;
  width: 100%;
}

.row.padding-30 {
  padding: 0px 30px;
}
.half {
  float: left;
  width: 50%;
}

.half60 {
    float:left;
    width:60%;
    box-sizing:border-box;
}
.half55 {
    float:left;
    width:55%;
    box-sizing:border-box;
}
.half50 {
    float:left;
    width:50%;
    box-sizing:border-box;
}
.half45 {
    float:left;
    width:45%;
    box-sizing:border-box;
}
.half40 {
    float:left;
    width:40%;
    box-sizing:border-box;
}

.padl {
    padding-left:20px;
}
.padr {
    padding-right:20px;
}


input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  height: 38px;
  float: left;
  width: 100%;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 300;
  color: #2c3841;
  line-height: 1;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid #a3b2ca;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
select:hover {
  background: #edf3fc;
}
input[type=text]:disabled:hover,
input[type=email]:disabled:hover,
input[type=password]:disabled:hover,
select:disabled:hover,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
select:disabled {
    background: #e3e3e3;
}

.ui-datepicker {
    font-size:100%;
}
.ui-datepicker select {
    float:none;
    padding:0px;
    transition: initial;
    height:auto;
}


button,
.button {
  height: 38px;
  float: left;
  width: 100%;
  line-height: 36px;
  color: white;
  background: #1ac16b;
  border: 1px solid #1b9351;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
button.with-ico,
.button.with-ico {
  padding-left: 45px;
  text-align: left;
}
.check-box {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
.check-box.inline {
    width:auto;
}
.check-box input {
  display: none;
}
.check-box label {
  float: left;
  width: auto;
  font-size: 14px;
  font-weight: 400;
  color: #2c3841;
  line-height: 26px;
  cursor: pointer;
}
.check-box label:before {
  content: "";
  float: left;
  width: 19px;
  height: 19px;
  background: white;
  border: 1px solid #a3b2ca;
  margin-top: 2px;
  margin-right: 10px;
  border-radius: 3px;
}
.check-box input[type=checkbox]:checked + label:before {
  background: url(../images/checkbox-in.png) center center no-repeat white;
}
.check-box input[type=checkbox]:disabled + label:before {
  background-color: #e3e3e3;
}

.radio-box {
  float: left;
  width: 70px;
  text-align: left;
  margin-bottom: 15px;
}
.radio-box input {
  display: none;
}
.radio-box label {
  float: left;
  width: auto;
  font-size: 14px;
  font-weight: 400;
  color: #2c3841;
  line-height: 26px;
  cursor: pointer;
  padding-left: 0px;
}
.radio-box label:before {
  content: "";
  float: left;
  width: 19px;
  height: 19px;
  background: white;
  border: 1px solid #a3b2ca;
  margin-top: 4px;
  margin-right: 10px;
  border-radius: 100%;
  padding: 1px 1px 0px 0px;
}
.radio-box input[type=radio]:checked + label:before {
  background: url(../images/radio.png) center center no-repeat;
}

.row.inp_residence_type .radio-box {
    width:200px;
}


.text-center {
  text-align: center;
}
.showOnUncheck {
  display: none;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.1
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:active,
.hvr-pulse:focus,
.hvr-pulse:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-grow:active,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:hover {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-shrink:active,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:hover {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:active,
.hvr-push:focus,
.hvr-push:hover {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:active,
.hvr-pop:focus,
.hvr-pop:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:active,
.hvr-bounce-in:focus,
.hvr-bounce-in:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:active,
.hvr-bounce-out:focus,
.hvr-bounce-out:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:active,
.hvr-rotate:focus,
.hvr-rotate:hover {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:active,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:active,
.hvr-sink:focus,
.hvr-sink:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:active,
.hvr-bob:focus,
.hvr-bob:hover {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-hang:active,
.hvr-hang:focus,
.hvr-hang:hover {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal, alternate;
}
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-skew:active,
.hvr-skew:focus,
.hvr-skew:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:active,
.hvr-skew-forward:focus,
.hvr-skew-forward:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-backward:active,
.hvr-skew-backward:focus,
.hvr-skew-backward:hover {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:active,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-bottom-right:active,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:hover {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-top-right:active,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:hover {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:active,
.hvr-wobble-top:focus,
.hvr-wobble-top:hover {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:active,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:hover {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-skew:active,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:hover {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:active,
.hvr-buzz:focus,
.hvr-buzz:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.hvr-buzz-out:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
  background-color: #2098d1;
  color: #ffffff;
}
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:active,
.hvr-back-pulse:focus,
.hvr-back-pulse:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  color: #ffffff;
}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
  color: #ffffff;
}
.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:active,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:hover {
  color: #ffffff;
}
.hvr-sweep-to-left:active:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:active,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:hover {
  color: #ffffff;
}
.hvr-sweep-to-bottom:active:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
  color: #ffffff;
}
.hvr-sweep-to-top:active:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
  color: #ffffff;
}
.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:active,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:hover {
  color: #ffffff;
}
.hvr-bounce-to-left:active:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:active,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:hover {
  color: #ffffff;
}
.hvr-bounce-to-bottom:active:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:active,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:hover {
  color: #ffffff;
}
.hvr-bounce-to-top:active:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:active,
.hvr-radial-out:focus,
.hvr-radial-out:hover {
  color: #ffffff;
}
.hvr-radial-out:active:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:active,
.hvr-radial-in:focus,
.hvr-radial-in:hover {
  color: #ffffff;
}
.hvr-radial-in:active:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:active,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:hover {
  color: #ffffff;
}
.hvr-rectangle-in:active:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
  color: #ffffff;
}
.hvr-rectangle-out:active:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:active,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:hover {
  color: #ffffff;
}
.hvr-shutter-in-horizontal:active:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover {
  color: #ffffff;
}
.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:active,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:hover {
  color: #ffffff;
}
.hvr-shutter-in-vertical:active:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:hover:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:active,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:hover {
  color: #ffffff;
}
.hvr-shutter-out-vertical:active:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-border-fade:active,
.hvr-border-fade:focus,
.hvr-border-fade:hover {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-hollow:active,
.hvr-hollow:focus,
.hvr-hollow:hover {
  background: 0 0;
}
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-trim:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:active:before,
.hvr-trim:focus:before,
.hvr-trim:hover:before {
  opacity: 1;
}
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:active:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:hover:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:active:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:hover:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:active:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:active:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.hvr-round-corners:active,
.hvr-round-corners:focus,
.hvr-round-corners:hover {
  border-radius: 1em;
}
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:active:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:hover:before {
  right: 0;
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
  left: 0;
  right: 0;
}
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:active:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:hover:before {
  left: 0;
}
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:active:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:hover:before {
  right: 0;
}
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:active:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:hover:before {
  left: 0;
  right: 0;
}
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:active:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:hover:before {
  left: 0;
}
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:active:before,
.hvr-reveal:focus:before,
.hvr-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:active:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:active:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:active,
.hvr-glow:focus,
.hvr-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:active,
.hvr-shadow:focus,
.hvr-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:active,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:active,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-box-shadow-inset:active,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform,opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-shadow-radial:after,
.hvr-shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:active:after,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:hover:before {
  opacity: 1;
}
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(40%);
  top: 0;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
}
.hvr-bubble-top:active:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:hover:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(40%);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:active:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(40%);
  bottom: 0;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
}
.hvr-bubble-bottom:active:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(40%);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:active:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:hover:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(40%);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:active,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:hover {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-top:active:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:hover:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(40%);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:active,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-right:active:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(40%);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:active,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:active:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(40%);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:active,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-left:active:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:hover:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: .1s;
  transition-duration: 0.1s;
}
.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:active:before,
.hvr-icon-back:focus:before,
.hvr-icon-back:hover:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:active:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:hover:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
@-webkit-keyframes hvr-icon-down {
  0%,
  100%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%,
  100%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:active:before,
.hvr-icon-down:focus:before,
.hvr-icon-down:hover:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes hvr-icon-up {
  0%,
  100%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%,
  100%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-up:active:before,
.hvr-icon-up:focus:before,
.hvr-icon-up:hover:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:active:before,
.hvr-icon-spin:focus:before,
.hvr-icon-spin:hover:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100%,
  51% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100%,
  51% {
    opacity: 1;
  }
}
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-drop:active:before,
.hvr-icon-drop:focus:before,
.hvr-icon-drop:hover:before {
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.hvr-icon-fade:active:before,
.hvr-icon-fade:focus:before,
.hvr-icon-fade:hover:before {
  color: #0f9e5e;
}
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:after,
.hvr-icon-float-away:before {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:active:after,
.hvr-icon-float-away:focus:after,
.hvr-icon-float-away:hover:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away:after,
.hvr-icon-sink-away:before {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:active:after,
.hvr-icon-sink-away:focus:after,
.hvr-icon-sink-away:hover:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:active:before,
.hvr-icon-grow:focus:before,
.hvr-icon-grow:hover:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:active:before,
.hvr-icon-shrink:focus:before,
.hvr-icon-shrink:hover:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:active:before,
.hvr-icon-pulse:focus:before,
.hvr-icon-pulse:hover:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:active:before,
.hvr-icon-pulse-grow:focus:before,
.hvr-icon-pulse-grow:hover:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:active:before,
.hvr-icon-pulse-shrink:focus:before,
.hvr-icon-pulse-shrink:hover:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-push:active:before,
.hvr-icon-push:focus:before,
.hvr-icon-push:hover:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:active:before,
.hvr-icon-pop:focus:before,
.hvr-icon-pop:hover:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:active:before,
.hvr-icon-bounce:focus:before,
.hvr-icon-bounce:hover:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:active:before,
.hvr-icon-rotate:focus:before,
.hvr-icon-rotate:hover:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:active:before,
.hvr-icon-grow-rotate:focus:before,
.hvr-icon-grow-rotate:hover:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-float:active:before,
.hvr-icon-float:focus:before,
.hvr-icon-float:hover:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:active:before,
.hvr-icon-sink:focus:before,
.hvr-icon-sink:hover:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-bob:active:before,
.hvr-icon-bob:focus:before,
.hvr-icon-bob:hover:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-hang:active:before,
.hvr-icon-hang:focus:before,
.hvr-icon-hang:hover:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:active:before,
.hvr-icon-wobble-horizontal:focus:before,
.hvr-icon-wobble-horizontal:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:active:before,
.hvr-icon-wobble-vertical:focus:before,
.hvr-icon-wobble-vertical:hover:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:active:before,
.hvr-icon-buzz:focus:before,
.hvr-icon-buzz:hover:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz-out:active:before,
.hvr-icon-buzz-out:focus:before,
.hvr-icon-buzz-out:hover:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(135deg, #ffffff 45%, #aaaaaa 50%, #cccccc 56%, #ffffff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width, height;
}
.hvr-curl-top-left:active:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:hover:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, #ffffff 45%, #aaaaaa 50%, #cccccc 56%, #ffffff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width, height;
}
.hvr-curl-top-right:active:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:hover:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(315deg, #ffffff 45%, #aaaaaa 50%, #cccccc 56%, #ffffff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:active:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #ffffff 45%, #aaaaaa 50%, #cccccc 56%, #ffffff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width, height;
}
.hvr-curl-bottom-left:active:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px;
}
/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
}
/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222222;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
header {
  height: 100px;
  background: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
header.smaller {
  height: 70px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
}
header.smaller .logo img {
  max-height: 55%;
  margin-top: 15px;
}
body.version2 header.smaller .logo img {    
    max-height:50px;
    margin-top:10px;
}
header.smaller .logo span {
  line-height: 70px;
}
header.smaller nav .a-menu,
header.smaller nav .has-menu span,
header.smaller nav .a-menu.myAcc,
header.smaller nav .has-menu span.myAcc {
  margin-top: 16px;
}
header.smaller nav .a {
  line-height: 70px;
}
header.smaller nav .a.phones {
  line-height: 25px;
  padding: 10px 0px;
}
header.smaller nav .a.phones.single {
    padding: 18px 0px;
}
header .wrap {
  height: 100%;
}
header .logo {
  float: left;
  height: 100%;
  position: relative;
}
header .logo img {
  float: left;
  margin: auto;
  height: auto;
  width: auto;
  max-height: 90%;
  margin-top: 26px;
}
body.version2 header .logo img {
    height:70px;
    margin-top:14px;    
}
header .logo span {
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #1d1719;
  float: left;
  line-height: 100px;
  /*margin-left: 20px;*/
  margin-left:9px;
}
header nav {
  float: right;
  width: auto;
  height: 100%;
}
header nav .submenu {
  position: absolute;
  top: 100%;
  height: auto;
  left: 0px;
  width: 100%;
  background: rgba(210, 223, 241, 0.98);
  padding: 35px 0px 50px 0px;
  border-top: 1px solid #6f84a8;
  border-bottom: 1px solid #8993a6;
  text-align: center;
  display: none;
}
header nav .submenu .log-reg {
  text-align: left;
}
header nav .submenu .log-reg .dualpod {
  width: 50%;
  padding: 0px 28px;
  float: left;
  text-align: left;
  border-right: 1px solid #a8b4c4;
  border-left: 1px solid #a8b4c4;
  min-height: 300px;
}
header nav .submenu .log-reg .dualpod:last-of-type {
  border-left: none;
}
header nav .submenu .log-reg .dualpod h2 {
  font-size: 20px;
  color: #0e6ef5;
  font-weight: 400;
  float: left;
  width: 100%;
  line-height: 1;
  text-align: left;
  margin-bottom: 25px;
  font-style: italic;
  margin-top: 10px;
}
header nav .submenu .log-reg .dualpod .half:first-of-type {
  padding-right: 28px;
  border-right: 1px solid #a8b4c4;
}
header nav .submenu .log-reg .dualpod .half:last-of-type {
  padding-left: 28px;
}
header nav .submenu .log-reg .dualpod .login {
  background: #1ac16b;
  border: 1px solid #1b9351;
}
header nav .submenu .log-reg .dualpod .reg-in {
  background: #5dacf8;
  border: 1px solid #0e6ef5;
  margin-top: 25px;
}
header nav .submenu .log-reg .dualpod .lostPass {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #2c3841;
  line-height: 20px;
  margin-top: 15px;
}
header nav .submenu .log-reg .dualpod .lostPass:hover {
  text-decoration: none;
}
header nav .submenu .log-reg .dualpod .fb {
  background: url(../images/fb.png) 15px center no-repeat #37589a;
  border: none;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 15px;
}
header nav .submenu .log-reg .dualpod .fb.white {
  background: url(../images/fb-w.png) 15px center no-repeat white;
  color: #37589a;
}
header nav .submenu .log-reg .dualpod .googleplus {
  background: url(../images/googleplus.png) 15px center no-repeat #da4a38;
  border: none;
  font-weight: 300;
  line-height: 40px;
}
header nav .submenu .log-reg .dualpod .googleplus.white {
  background: url(../images/googleplus-w.png) 15px center no-repeat white;
  color: #da4a38;
}
header nav .submenu .faq {
  text-align: left;
}
header nav .submenu .faq .tripod {
  width: 30%;
  padding: 0px 28px;
  float: left;
  text-align: left;
  border-right: 1px solid #a8b4c4;
  border-left: 1px solid #a8b4c4;
  min-height: 350px;
}
header nav .submenu .faq .tripod h2 {
  font-size: 20px;
  color: #0e6ef5;
  font-weight: 400;
  float: left;
  width: 100%;
  line-height: 1;
  text-align: left;
  margin-bottom: 20px;
  font-style: italic;
  margin-top: 10px;
}
header nav .submenu .faq .tripod a {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #2c3841;
  line-height: 20px;
}
header nav .submenu .faq .tripod a p {
  color: #0e6ef5;
  float: left;
  margin-right: 10px;
  line-height: 20px;
}
header nav .submenu .faq .tripod a.special {
  padding-left: 35px;
}
header nav .submenu .faq .tripod a.marg-top {
  margin-top: 20px;
}
header nav .submenu .faq .tripod a:hover {
  text-decoration: underline;
}
header nav .submenu .faq .megapod {
  width: 70%;
  padding: 0px 28px;
  float: left;
  text-align: left;
  border-right: 1px solid #a8b4c4;
  min-height: 350px;
}
header nav .submenu .faq .megapod .box {
  float: left;
  width: 33%;
  padding-right: 30px;
}
header nav .submenu .faq .megapod .box a:hover p {
    text-decoration:underline;
}
header nav .submenu .faq .megapod .box p {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #2c3841;
  line-height: 20px;
}
header nav .submenu .faq .megapod .box .inside-box {
  cursor: pointer;
  float: left;
  width: 100%;
  height: 152px;
  border-radius: 5px;
  overflow:hidden;
  background: url(../images/youtube.png) center center no-repeat #559fe4;
  margin-top: 18px;
  cursor: pointer;
  position:relative;
}
header nav .submenu .faq .megapod .box .inside-box:after {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    content:"";
    display:block;
    background: url("../images/youtube.png") center center no-repeat;
}
header nav .submenu .faq .megapod .box a:hover .inside-box:after {
    background-image: url("../images/youtube_hover.png");
}
header nav .submenu .faq .megapod .box .inside-box img {
    width:100%;
    height:100%;
}
header nav .submenu .faq .megapod h2 {
  font-size: 20px;
  color: #0e6ef5;
  font-weight: 400;
  float: left;
  width: 100%;
  line-height: 1;
  text-align: left;
  margin-bottom: 20px;
  font-style: italic;
  margin-top: 10px;
}
header nav .submenu .adress {
  text-align: center;
}
header nav .submenu .adress .tripod {
  width: 33.33333%;
  max-width: 300px;
  padding: 0px 28px;
  display: inline-block;
  text-align: left;
  border-right: 1px solid #a8b4c4;
  height: inherit;
  min-height: 350px;
}
header nav .submenu .adress .tripod:first-of-type {
  border-left: 1px solid #a8b4c4;
}
header nav .submenu .adress .tripod h2 {
  font-size: 20px;
  color: #0e6ef5;
  font-weight: 400;
  font-style: italic;
  float: left;
  width: 100%;
  line-height: 43px;
  text-align: left;
  margin-bottom: 10px;
}
header nav .submenu .adress .tripod h2 img {
  float: right;
}
header nav .submenu .adress .tripod p {
  float: left;
  width: 100%;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  color: #2c3841;
  margin-bottom: 20px;
}
header nav .submenu .adress .tripod p strong {
  width: 100%;
  float: left;
}
header nav .submenu .adress .tripod p.big {
  font-size: 20px;
  line-height: 30px;
}
header nav .submenu .adress .tripod p.big strong {
  font-size: 14px;
  line-height: 20px;
}
header nav .submenu .adress .tripod p.contacts {
  line-height: 36px;
  /*font-size: 20px;*/
  color: #2c3841;
  font-weight: 400;
}
header nav .submenu .adress .tripod p.contacts a {
  color: #2c3841;
  font-weight: 400;
  text-decoration: none;
}
header nav .submenu .adress .tripod p.contacts a:hover {
  text-decoration: underline;
}
header nav .submenu .adress .tripod p.contacts img {
  float: left;
  margin-right: 20px;
  position: relative;
}
header nav .submenu .adress .tripod p.contacts:first-of-type img {
  top: 9px;
}
header nav .submenu .adress .tripod p.contacts:nth-of-type(2) img {
  top: 4px;
}
header nav .submenu .adress .tripod p.contacts:nth-of-type(3) img {
  top: 5px;
}
header nav .has-menu {
  float: left;
  height: 100%;
}
header nav .has-menu:hover .myAcc {
  border-color: #7384a4;
}
header nav .logged {
  position: relative;
}
header nav .logged .logged-in {
  right: 0px;
  width: 300px;
  border: 1px solid #8993a9;
  background: white;
  padding: 0px;
  left: auto;
}
header nav .logged .logged-in .header {
  background: #5dacf8;
  float: left;
  width: 100%;
  text-align: right;
  padding: 35px 30px 20px 30px;
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
header nav .logged .logged-in .header > a {
    color:inherit;
    text-decoration:inherit;
}


header nav .logged .logged-in .settings {
  float: left;
  width: 100%;
  background: #dce8f9;
  padding: 17px 20px;
  color: #2c3841;
  font-size: 16px;
  text-decoration: none;
  line-height: 17px;
  text-align: left;
  padding-left: 50px;
  position: relative;
}
header nav .logged .logged-in .settings img {
  float: left;
  width: auto;
  position: absolute;
  top: 0px;
  left: 20px;
  bottom: 0px;
  margin: auto;
}
header nav .logged .logged-in .settings:hover {
  background: white;
}
header nav .a-menu,
header nav .has-menu span,
header nav .has-menu > a {
  float: left;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  color: #14224b;
  /*padding: 0px 10px;*/
  padding:0px 7px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 33px;
  border: 1px solid transparent;
  border-radius: 3px;
  /*margin-right: 8px;*/
  margin-right:5px;
  cursor: pointer;
}
header nav .a-menu.lines2 {
    margin-top:25px;
    line-height:25px;
    text-align:center;
    height:auto;
}
header.smaller nav .a-menu.lines2 {
    line-height:25px;
    margin-top:10px;
    height:auto;
    text-align:center;
}
header nav .a-menu:hover,
header nav .has-menu span:hover {
  border-color: #7384a4;
}
header nav .a-menu.open,
header nav .has-menu span.open,
header nav .a-menu:active,
header nav .has-menu span:active {
  border-color: #7384a4;
  background: #dce9fb;
}
header nav .a-menu:last-of-type,
header nav .has-menu span:last-of-type,
header nav .has-menu > a:last-of-type {
  margin-right: 0px;
}
header nav .a-menu .afterImg,
header nav .has-menu span .afterImg {
  position: relative;
  margin-left: 5px;
  top: -4px;
}
header nav .a-menu.myAcc,
header nav .has-menu span.myAcc,
header nav .has-menu > a.myAcc {
  padding: 0px 10px;
  height: 36px;
  line-height: 36px;
  color: white;
  text-transform: none;
  font-weight: 300;
  background: #5baaf8;
  border: 1px solid #0e6ef5;
  border-radius: 3px;
  margin-top: 33px;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
header nav .a-menu.myAcc:hover,
header nav .has-menu span.myAcc:hover {
  border-color: transparent;
}
header nav .a-menu.myAcc.open,
header nav .has-menu span.myAcc.open,
header nav .a-menu.myAcc:active,
header nav .has-menu span.myAcc:active {
  background: #0e6ef5;
  border-color: #0e6ef5;
}
header nav .a-menu.myAcc .infront,
header nav .has-menu span.myAcc .infront {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
header nav .a-menu.myAcc .afterImg,
header nav .has-menu span.myAcc .afterImg {
  position: relative;
  margin-left: 15px;
  top: -4px;
}
header nav .a {
  float: left;
  width: auto;
  font-size: 16px;
  font-weight: 300;
  color: #14224b;
  height: 100%;
  line-height: 100px;
  margin-right: 20px;
  margin-left: 10px;
}
header nav .a.phones {
    line-height:25px;
    padding: 25px 0px;
}
header nav .a.phones.single {
    padding: 35px 0px;
}
.nourllink {
    color: inherit;
    text-decoration: none;
}
.nourllink:hover {
    text-decoration:none;
}
header nav .a img {
  position: relative;
  top: 3px;
}
/***********************************/
/*     Here comes your content     */
/***********************************/
.slider {
  min-height: 100%;
  background: url(../images/bg-1.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.slider .slideshow-wrap {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
.slider .slideshow-wrap .maskot {
  position: absolute;
  right: 15%;
  bottom: 0px;
  z-index: 99;
  height: 80%;
}
.slider .slideshow-wrap .slideshow-left {
  position: absolute;
  left: 3%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 99;
  cursor: pointer;
}
.slider .slideshow-wrap .slideshow-left:hover {
  opacity: 0.2;
}
.slider .slideshow-wrap .slideshow-right {
  position: absolute;
  right: 3%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 99;
  cursor: pointer;
}
.slider .slideshow-wrap .slideshow-right:hover {
  opacity: 0.2;
}
.slider #owl {
  height: 256px;
  background: rgba(31, 41, 49, 0.9);
  position: relative;
  z-index: 98;
}
.slider #owl .item {
  height: 256px;
}
.slider #owl .item .wrap {
  text-align: center;
  height: 100%;
  position: relative;
}
.slider #owl .item img {
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 20px;
  left: 0px;
  right: 20%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.slider #bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #0e6ef5;
}
.slider #progressBar {
  width: 100%;
  background: transparent;
}
.slider .owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #0e6ef5;
  opacity: 1;
}
.slider .owl-theme .owl-controls .owl-page.active span {
  background: #0e6ef5;
}
.slider .owl-pagination {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
}
.slider .slidex {
  width: 100%;
  background: #dfebfb;
  border: 1px solid #3c6eaa;
  border-radius: 5px;
  height: 50px;
  float: left;
  margin-top: 30px;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
}
.slider .slidex.smaller .plus:before {
  content: "100 Kč" !important;
}
.slider .slidex.smaller .minus:after {
  content: "0 Kč" !important;
}
.slider .slidex .plus {
  float: right;
  width: 4%;
  height: 38px;
  background: white;
  color: #3c6eaa;
  text-align: center;
  line-height: 36px;
  border: 1px solid #3c6eaa;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 5px;
  margin-right: 1%;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.slider .slidex .plus_value {
  pointer-events: none;
  user-select: none;
  float: left;
  line-height: 38px;
  font-size: 14px;
  color: #3c6eaa;
  opacity: 0.66;
  position: absolute;
  right: 125%;
  width: 150px;
  text-align: right;
  cursor: auto;
}
.slider .slidex #slider,
.slider .slidex #slider_prolong,
.slider .slidex #slider_schedule,
.slider .slidex #vol_slider1,
.slider .slidex #vol_slider2 {
  float: left;
  width: 70%;
  height: 100%;
  margin: 0px 10%;
}
.slider .slidex #slider .ui-slider-handle,
.slider .slidex #slider_prolong .ui-slider-handle,
.slider .slidex #slider_schedule .ui-slider-handle,
.slider .slidex #vol_slider1 .ui-slider-handle,
.slider .slidex #vol_slider2 .ui-slider-handle {
  border: 1px solid #3c6eaa;
  width: 120px;
  height: 100%;
  border-radius: 5px;
  background: #0e6cf1;
  color: white;
  font-weight: 400;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  top: 0px;
  margin-left: -60px;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
}
.slider .slidex #vol_slider1 .ui-slider-handle,
.slider .slidex #vol_slider2 .ui-slider-handle {
    margin-left: -27px
}



.slider .slidex #slider .ui-slider-handle:hover,
.slider .slidex #slider_prolong .ui-slider-handle:hover,
.slider .slidex #slider_schedule .ui-slider-handle:hover,
.slider .slidex #vol_slider1 .ui-slider-handle:hover,
.slider .slidex #vol_slider2 .ui-slider-handle:hover {
  background: #0855c4;
}
.slider .slidex .minus {
  float: left;
  width: 4%;
  height: 38px;
  background: white;
  color: #3c6eaa;
  text-align: center;
  line-height: 36px;
  margin-top: 5px;
  margin-left: 1%;
  border: 1px solid #3c6eaa;
  border-top-left-radius: 5px;
  cursor: pointer;
  border-bottom-left-radius: 5px;
  position: relative;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.slider .slidex .minus_value {
  pointer-events: none;
  user-select: none;
  float: left;
  line-height: 38px;
  font-size: 14px;
  color: #3c6eaa;
  opacity: 0.66;
  position: absolute;
  left: 125%;
  width: 150px;
  text-align: left;
  cursor: auto;
}


.slider .calc .slidex .ui-slider.ui-slider-horizontal {
    background:transparent;
    border:0px;
}

.slider .calc {
  float: left;
  width: 100%;
  height: auto;
  z-index: 99;
  position: relative;
  margin-top: -25px;
  -webkit-box-shadow: 6px 6px 7px 0px rgba(2, 2, 2, 0.2);
  -moz-box-shadow: 6px 6px 7px 0px rgba(2, 2, 2, 0.2);
  box-shadow: 6px 6px 7px 0px rgba(2, 2, 2, 0.2);
}
.slider .calc .right {
  float: left;
  width: 75%;
  background: white;
  height: 110px;
  padding-left: 30px;
  padding-right: 30px;
}
.slider .calc .right.two {
  height: 132px;
}
.slider .calc .right.two p {
  float: left;
  width: 20%;
  line-height: 52px;
  color: #2c3841;
  font-size: 14px;
  font-weight: 400;
}
.slider .calc .right.two .whole {
  float: left;
  width: 80%;
  height: 52px;
  margin-bottom: 10px;
  border: 1px solid #3c6eaa;
  border-radius: 5px;
  overflow: hidden;
}
.slider .calc .right.two .whole.two {
  border: none;
}
.slider .calc .right.two .whole > span {
  float: left;
  width: 25%;
  background: white;
  line-height: 50px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #0e6ef5;
  font-weight: 400;
  border-right: 1px solid #c3d2e5;
  cursor: pointer;
}
.slider .calc .right.two .whole > span:first-of-type {
  border-left: 1px solid #c3d2e5;
}
.slider .calc .right.two .whole label {
  float: left;
  width: 25%;
  background: white;
  line-height: 50px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #2c3841;
  font-weight: 400;
  border-right: 1px solid #3c6eaa;
  cursor: pointer;
}
.slider .calc .right.two .whole label:last-of-type {
  border-right: none;
}
.slider .calc .right.two .whole label input {
  display: none;
}
.slider .calc .right.two .whole label.active,
.slider .calc .right.two .whole label:hover {
  background: #dfebfb;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
}
.slider .calc .right.three {
  height: 110px;
  background: #2c3841;
  padding-top: 20px;
}
.slider .calc .right.three .mega-box {
  float: left;
  width: 40%;
}
.slider .calc .right.three .mega-box button {
  height: 60px;
  line-height: 58px;
  font-size: 20px;
  color: white;
  background: #21c783;
  border-color: #29343c;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.slider .calc .right.three .mega-box button:hover {
  background: #107d54;
}
.slider .calc .right.three .box {
  float: left;
  width: 18%;
  margin-right: 2%;
}
.slider .calc .right.three .box p {
  float: left;
  width: 100%;
  line-height: 25px;
  font-weight: 400;
  font-size: 14px;
  color: #5dacf8;
  text-align: left;
}
.slider .calc .right.three .box p span {
  color: white;
  float: right;
  line-height: 25px;
  text-align: right;
}
.slider .calc .right.three .box .price {
  float: left;
  width: 100%;
  line-height: 1;
  font-weight: 600;
  font-size: 33px;
  color: white;
  text-align: left;
  margin-top: 10px;
}
.slider .calc .left {
  width: 25%;
  height: 110px;
  background: #5dacf8;
  border-right: 1px solid #3c6eaa;
  border-bottom: 1px solid #3c6eaa;
  padding-left: 30px;
  padding-top: 33px;
  float: left;
}
.slider .calc .left span {
  float: left;
  width: 52px;
  height: 52px;
  border: 1px solid white;
  border-radius: 100%;
  font-size: 30px;
  color: white;
  font-weight: 300;
  font-style: italic;
  line-height: 52px;
  text-align: center;
}
.slider .calc .left p {
  float: left;
  color: white;
  font-size: 20px;
  font-weight: 300;
  line-height: 52px;
  font-style: italic;
  margin-left: 20px;
}
.slider .calc .left.two {
  height: 132px;
  background: #358df6;
  padding-top: 38px;
}
.slider .calc .left.three {
  height: 120px;
  background: #0e6ef5;
  padding-top: 31px;
}
.videomanual {
  background: #dce9fb;
  padding: 18px 0px;
}
.videomanual h2 {
  float: left;
  width: 90%;
  font-size: 47px;
  font-weight: 400;
  font-style: italic;
  color: #1f2931;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 20px;
}
.videomanual p {
  float: left;
  width: 90%;
  font-size: 25px;
  font-weight: 300;
  font-style: italic;
  color: #1f2931;
  line-height: 42px;
  padding-left: 65px;
}
.videomanual img {
  float: right;
}
.videomanual .left {
  width: 50%;
  float: left;
}
.videomanual .right {
  width: 50%;
  float: left;
  position: relative;
}
.videomanual .right .navod {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: auto;
  height: 68px;
  line-height: 66px;
  padding-left: 70px;
  padding-right: 70px;
  background: #539ce0;
  border-color: #0855c4;
  font-size: 24px;
  color: white;
  font-weight: 400;
  margin: auto;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.videomanual .right .navod:hover {
  background: #0855c4;
}
.videomanual .right .navod img {
  float: left;
  margin-right: 15px;
  margin-top: 26px;
}

.say {
    color:#2c3841;
    font-size:14px;
    padding:10px 20px;
    background: url("../images/say-mid.png") repeat-x left top;
    position:relative;
    line-height:21px;
    height:41px;
    white-space:nowrap;
}
.say:before {
    content:"";
    display:block;
    width:25px;
    height:41px;
    background: url("../images/say-left.png") no-repeat left top;
    position:absolute;
    left:-25px;
    top:0px;
}
.say:after {
    content:"";
    display:block;
    width:3px;
    height:41px;
    right:-3px;
    top:0px;
    background: url("../images/say-right.png") no-repeat left top;
    position:absolute;
}

.whoweare h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  color: #122350;
  line-height: 1;
  margin-top: 55px;
  margin-bottom: 32px;
}
.whoweare p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #2c3841;
  line-height: 20px;
  margin: auto;
}
.whoweare p strong {
  font-weight: 600;
}
.whoweare .wrap {
  text-align: center;
}
.whoweare .row {
  margin-top: 22px;
}
.whoweare .box {
  display: inline-block;
  width: 19%;
  margin: auto;
  height: 290px;
  text-align: center;
  position:relative;
}

.whoweare .box .say {
    position:absolute;
    top:10px;
    left:90%;
    float:left;
    width:auto;
}
.whoweare .box .photo {
    width:158px;
    height:158px;
    overflow:hidden;
    border-radius:100%;
    transition: all 0.2s ease-out 0s;
    display:inline-block;
}
.whoweare .box:hover .photo {
  transform: scale(1.1);
}
.whoweare .box img {
  display: inline-block;
  margin: auto;
  width: 158px;  
}
.whoweare .box h3 {
  float: left;
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #122350;
  margin-bottom: 10px;
  margin-top: 15px;
}
.whoweare .box span {
  float: left;
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #2c3841;
}
.help {
  padding: 60px 0 100px;
}
.help h2 {
  float: left;
  width: 100%;
  height: auto;
  line-height: 1.1;
  font-size: 60px;
  font-weight: 300;
  font-style: italic;
  color: white;
  margin-bottom: 30px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.help p {
  float: left;
  width: 100%;
  height: auto;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.letsHelp {
  background: white;
  padding: 40px 0px 95px 0px;
}
.letsHelp .half {
  padding: 40px;
}
.letsHelp .half:first-of-type {
  border-right: 1px solid #cacdcf;
}
.letsHelp .half .picwrap {
  width: 50%;
  float: left;
  text-align: center;
}
.letsHelp .half .picwrap img {
  display: inline-block;
  max-width: 80%;
}
.letsHelp .half p {
  float: right;
  width: 50%;
  font-size: 14px;
  font-weight: 300;
  color: #2c3841;
  line-height: 20px;
}
.letsHelp .half p span {
  font-weight: 400;
}
.banner {
  background: url(../images/maskot2.png) 42.5% bottom no-repeat, url(../images/rainingmoney.png) 70% center no-repeat #559fe4;
  padding: 46px 0px;
}
.banner h2 {
  float: left;
  width: auto;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  color: white;
  line-height: 42px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.banner .moreinfo {
  height: 68px;
  line-height: 66px;
  font-size: 24px;
  font-weight: 400;
  color: white;
  background: #0e6ef4;
  border-color: #0855c4;
  width: auto;
  padding: 0px 70px;
  float: left;
  margin-left: 21%;
  margin-top: 25px;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.banner .moreinfo:hover {
  background: #0855c4;
}
.need-help {
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  padding-left: 51px;
  width: 250px;
  cursor: pointer;
  background: url(../images/help.png) 16px center no-repeat #0e6ef5;
  border-top-left-radius: 3px;
  text-align: left;
  z-index: 999;
}
.subpage {
  float:left;
  background: url(../images/bg-1.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.subpage.full {
    width:100%;
}
.subpage .slider {
  background: transparent;
  min-height: 0px;
  width: 100vw;
}
.subpage .slider .header {
  background: rgba(31, 41, 49, 0.9);
  float: left;
  width: 100%;
}
.subpage .slider .header h1 {
  float: left;
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 30px;
  color: white;
  font-weight: 300;
  font-style: italic;
  padding: 40px 0px 20px 5px;
  letter-spacing: 1.5px;
}
.subpage .slider .header.acc h1 {
  font-size: 20px;
  line-height: 40px;
  padding: 50px 0px 10px 0px;
  width: auto;
  margin-right: 30px;
}
.subpage .slider .header.acc a {
  float: left;
  width: auto;
  padding: 0px 25px;
  background: #414950;
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  line-height: 40px;
  border-radius: 3px;
  margin-right: 15px;
  margin-top: 50px;
}
.subpage .slider .header.acc a:last-of-type {
  margin-right: 0px;
}
.subpage .slider .header.acc a:hover,
.subpage .slider .header.acc a.active {
  background: white;
  color: #2c3841;
}
.subpage .slider .body {
  background: white;
  float: left;
  width: 100%;
  height: auto;
  padding: 40px 30px;
  margin-bottom: 40px;
  position:relative;
}
.subpage .slider .body.conditions {
     text-align:justify;
}
.subpage .slider .body.conditions .heading {
    text-align:center;
}
.subpage .slider .body.conditions p {
    line-height:1.3;
    margin-bottom:10px;
}

.slider .body.page a {
    color:#0e6ef5;
    text-decoration:underline;
}
.slider .body.page a:hover {
    text-decoration:none;
}


.subpage .slider .body.has-maskot {
    padding-right:180px;
}
.subpage .slider .body.has-maskot:before {
    content:"";
    display:block;
    background:url("../images/chameleon_00.png") no-repeat center center;
    position:absolute;
    width: 248px;
    height: 461px;
    top: -15px;
    right: -85px;
}

.subpage .slider .body.loans .loan_url_button a {
    color: #2c3841;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
    text-decoration: none;  
}
.subpage .slider .body.loans .loan_url_button a:hover {
    text-decoration:underline;
}


.subpage .slider .body.loans .loan_url_button a.delete {
    color:#f86c5d;
    text-decoration: underline;
    position:relative;
}
.subpage .slider .body.loans .loan_url_button a.delete:hover {
    text-decoration: none;
}
.subpage .slider .body.loans .loan_url_button a.delete::before {
    content: "";
    font-family: fontawesome;
    position:absolute;
    left:-20px;
}

.subpage .slider .body.loans .loan_url_button a.getagr {
    margin-left:20px;
    text-decoration: underline;
    position:relative;
    float:left;
    
}
.subpage .slider .body.loans .loan_url_button a.getagr:hover {
    text-decoration: none;
}
.subpage .slider .body.loans .loan_url_button a.getagr::before {
    content: "";
    font-family: fontawesome;
    position:absolute;
    left:-20px;
}


.more-body a.getagr {
    margin-left:20px;
    text-decoration: underline;
    position:relative;
    float:right;
    color:#000;
    font-size:13px;
    line-height:38px;
}
.more-body a.getagr:hover {
    text-decoration: none;
}
.more-body a.getagr::before {
    content: "";
    font-family: fontawesome;
    position:absolute;
    left:-20px;
}


.history-row a.getagr {
    text-decoration: underline;    
    color:#000;    
}
.more-body a.getagr:hover {
    text-decoration: none;
}
.history-row a.getagr::before {
    content: "";
    font-family: fontawesome;    
}

.subpage .slider .body.loans .box-loan .right .loan_goto {    
    position:relative;
    color:#0e6ef5;
    text-decoration: underline;
        display:inline-block;
    text-align: center;
    font-size: 12px;    
    line-height: 1;
    margin: 11px 30px 20px 0px;
    
}
.subpage .slider .body.loans .box-loan .right .loan_goto:hover {
    text-decoration: none;
}
.subpage .slider .body.loans .loan_goto:after {
    position:absolute;
    right:-20px;
    font-family: fontawesome;
    content: "";
}

.subpage .slider .body.loans .box-loan .right .loan_cant_prolong {    
    position:relative;
    color:#0e6ef5;
    display:inline-block;
    text-align: center;
    font-size: 12px;    
    line-height: 1;
    margin: 11px 30px 20px 0px;
}


.subpage .slider .body.loans {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.subpage .slider .body.loans h2 {
  float: left;
  width: 100%;
  padding: 30px 30px 20px 30px;
  line-height: 1;
  font-weight: 600;
  font-size: 20px;
  color: #354149;
  text-align: left;
}
.subpage .slider .body.loans .active-stripe {
  float: left;
  width: 100%;
  padding-left: 60px;
  background: url(../images/active-stripe.png) 30px center no-repeat #21c883;
  line-height: 72px;
  font-size: 20px;
  color: white;
  font-weight: 300;
}
.subpage .slider .body.loans .working-stripe {
  float: left;
  width: 100%;
  padding-left: 60px;
  background: url(../images/working.png) 30px center no-repeat #5dacf8;
  line-height: 72px;
  font-size: 20px;
  color: white;
  font-weight: 300;
}
.subpage .slider .body.loans .warning-stripe {
  float: left;
  width: 100%;
  padding-left: 60px;
  background: url(../images/warning.png) 30px center no-repeat #fff09f;
  line-height: 72px;
  font-size: 14px;
  color: #2c3841;
  font-weight: 400;
  position: relative;
  padding-right: 30px;
}
.subpage .slider .body.loans .warning-stripe a {
  float: right;
  height: 30px;
  line-height: 28px;
  border: 1px solid #2c3841;
  border-radius: 3px;
  font-size: 14px;
  color: #2c3841;
  padding: 0px 20px;
  text-decoration: none;
  margin-top: 21px;
  cursor:pointer;
}
.subpage .slider .body.loans .warning-stripe a img {
  float: left;
  margin-right: 10px;
  margin-top: 9px;
}
.subpage .slider .body.loans .reasons {
  float: left;
  width: 100%;
  padding: 25px 30px ;
  background: #2c3841;
  color: white;
  font-weight: 400;
  font-size: 16px;
}
.subpage .slider .body.loans .reasons span {
  float: left;
  width: 100%;
  line-height: 1;
  margin-bottom: 10px;
}
.subpage .slider .body.loans .reasons ul {
  float: left;
  width: 100%;
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
}
.subpage .slider .body.loans .reasons ul li {
  color: white;
  font-weight: 400;
  font-size: 14px;
  float: left;
  width: 100%;
  line-height: 20px;
}
.subpage .slider .body.loans .late-stripe {
  float: left;
  width: 100%;
  padding-left: 60px;
  background: url(../images/danger.png) 30px center no-repeat #ffe691;
  line-height: 72px;
  font-size: 20px;
  color: #2c3841;
  font-weight: 300;
  position: relative;
  padding-right: 30px;
}
.subpage .slider .body.loans .notApproved-stripe {
  float: left;
  width: 100%;
  padding-left: 60px;
  background: url(../images/danger.png) 30px 25px no-repeat #f86c5d;
  line-height: 72px;
  font-size: 20px;
  color: #2c3841;
  font-weight: 300;
  position: relative;
  padding-right: 30px;
}
.subpage .slider .body.loans .notApproved-stripe .agree-history {
  float: right;
  height: 30px;
  line-height: 28px;
  border: 1px solid #2c3841;
  border-radius: 3px;
  font-size: 14px;
  color: #2c3841;
  background: none;
  width: auto;
  padding: 0px 20px;
  text-decoration: none;
  margin-top: 21px;
}
.subpage .slider .body.loans .history {
  float: left;
  width: 100%;
  padding: 0px 30px;
  overflow-x: auto;
}
.subpage .slider .body.loans .history .history-header {
  float: left;
  width: 100%;
}
.subpage .slider .body.loans .history .history-header .heading {
  float: left;
  width: auto;
  height: 48px;
  line-height: 48px;
  font-weight: 600;
  font-size: 14px;
  color: #354149;
  text-align: left;
}
.subpage .slider .body.loans .history .history-header .heading.ver1 {
  padding-left: 30px;
  width: 15%;
}
.subpage .slider .body.loans .history .history-header .heading.ver2 {
  width: 15%;
}
.subpage .slider .body.loans .history .history-header .heading.ver3 {
  width: 10%;
}
.subpage .slider .body.loans .history .history-header .heading.ver4 {
  width: 10%;
}
.subpage .slider .body.loans .history .history-header .heading.ver5 {
  width: 15%;
}
.subpage .slider .body.loans .history .history-header .heading.ver6 {
  width: 10%;
}
.subpage .slider .body.loans .history .history-header .heading.ver7 {
  width: 25%;
  padding-right: 30px;
  text-align: right;
}
.subpage .slider .body.loans .history .history-row {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  background: #dce9fb;
  border-radius: 3px;
}
.subpage .slider .body.loans .history .history-row .more-body {
  float: left;
  width: 100%;
  padding: 0px 30px;
  display: none;
}
.subpage .slider .body.loans .history .history-row .more-body .content {
  display: none;
}
.subpage .slider .body.loans .history .history-row .more-body .content.displayed {
  display: block;
}
.subpage .slider .body.loans .history .history-row .more-body .content table {
  width: 100%;
  border-collapse: collapse;
}
.subpage .slider .body.loans .history .history-row .more-body .content table tr {
  border-bottom: 1px solid #8d95a9;
}
.subpage .slider .body.loans .history .history-row .more-body .content table tr:last-of-type {
  border-bottom: none;
}
.subpage .slider .body.loans .history .history-row .more-body .content table tr th {
  font-weight: 400;
  line-height: 50px;
  font-size: 14px;
  text-align: left;
  color: #354149;
}
.subpage .slider .body.loans .history .history-row .more-body .content table tr th:last-of-type {
  /*width: 50%;*/
}
.subpage .slider .body.loans .history .history-row .more-body .content table tr td {
  font-weight: 400;
  line-height: 50px;
  font-size: 14px;
  text-align: left;
  color: #354149;
}
.subpage .slider .body.loans .history .history-row .rowing {
  float: left;
  width: auto;
  height: 48px;
  line-height: 48px;
  font-weight: 400;
  font-size: 14px;
  color: #354149;
  text-align: left;
}
.subpage .slider .body.loans .history .history-row .rowing.ver1 {
  padding-left: 30px;
  width: 15%;
}
.subpage .slider .body.loans .history .history-row .rowing.ver2 {
  width: 15%;
}
.subpage .slider .body.loans .history .history-row .rowing.ver3 {
  width: 10%;
}
.subpage .slider .body.loans .history .history-row .rowing.ver4 {
  width: 10%;
}
.subpage .slider .body.loans .history .history-row .rowing.ver5 {
  width: 15%;
}
.subpage .slider .body.loans .history .history-row .rowing.ver6 {
  width: 10%;
}
.subpage .slider .body.loans .history .history-row .rowing.ver7 {
  width: 25%;
  text-align: right;
}
.subpage .slider .body.loans .history .history-row .rowing .show-more-here {
  float: right;
  height: 100%;
  line-height: 48px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}
.subpage .slider .body.loans .history .history-row .rowing .show-more-here .lessless {
  display: none;
}
.subpage .slider .body.loans .history .history-row .rowing .show-more-here .moremore,
.subpage .slider .body.loans .history .history-row .rowing .show-more-here .lessless {
  float: left;
  width: auto;
  height: 100%;
  line-height: 48px;
}
.subpage .slider .body.loans .history .history-row .rowing .show-more-here.open img {
  transform: rotate(180deg);
}
.subpage .slider .body.loans .history .history-row .rowing .show-more-here.open .moremore {
  display: none;
}
.subpage .slider .body.loans .history .history-row .rowing .show-more-here.open .lessless {
  display: block;
}
.subpage .slider .body.loans .history .history-row .rowing .show-more-here img {
  margin-left: 14px;
  margin-right: 17px;
  top: 22px;
  position: relative;
  transition: 0.3s all;
  float: right;
}
.subpage .slider .body.loans .history .history-row .rowing .right-info {
  float: right;
  height: 100%;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
}
.subpage .slider .body.loans .history .history-row .rowing .right-info.rozpracovana button {
  margin-left: 0px;
}
.subpage .slider .body.loans .history .history-row .rowing .right-info.rozpracovana a {
  background: #ffe691;
  padding-left: 16px;
  color: #2c3841;
  float: left;
  width: calc(100% - 48px);
  height: 100%;
  line-height: 48px;
  text-decoration: none;
}
.subpage .slider .body.loans .history .history-row .rowing .right-info.rozpracovana a:hover {
  background: #DEC980;
}
.subpage .slider .body.loans .history .history-row .rowing .right-info.rozpracovana a img {
  margin-left: 10px;
  margin-right: 20px;
  top: 3px;
  position: relative;
}
.subpage .slider .body.loans .history .history-row .rowing .right-info.zamitnuta {
  background: #f86c5d;
  padding-left: 16px;
  color: white;
}
.subpage .slider .body.loans .history .history-row .rowing .right-info.schvalena {
  background: #77ebbb;
  padding-left: 16px;
  color: #2c3841;
}
.subpage .slider .body.loans .history .history-row .rowing .right-info button,
.subpage .slider .body.loans .history .history-row .rowing .right-info .button {
  float: right;
  width: 48px;
  height: 100%;
  border: none;
  background-color: #4f5b66;
  border-radius: 0px;
  margin-left: 20px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.subpage .slider .body.loans .history .history-row .rowing .right-info button.deleteThis,
.subpage .slider .body.loans .history .history-row .rowing .right-info .button.deleteThis {
  background: url(../images/deleteThis.png) center center no-repeat #4f5b66;
}
.subpage .slider .body.loans .history .history-row .rowing .right-info button.infoThis,
.subpage .slider .body.loans .history .history-row .rowing .right-info .button.infoThis {
  background: url(../images/infoThis.png) center center no-repeat #4f5b66;
}
.subpage .slider .body.loans .history .history-row .rowing .right-info button.checkThis,
.subpage .slider .body.loans .history .history-row .rowing .right-info .button.checkThis {
  background: url(../images/checkThis.png) center center no-repeat #4f5b66;
}
.subpage .slider .body.loans .history .history-row .rowing .right-info button:hover,
.subpage .slider .body.loans .history .history-row .rowing .right-info .button:hover {
  background-color: #0e6ef5;
}
.subpage .slider .body.loans .history .history-row .rowing .right-info.zamitnuta .button:hover {
  background-color: #4f5b66;
}

.subpage .slider .body.loans .box-loan {
  float: left;
  width: 100%;
  padding: 30px 30px 0px 30px;
  background: #dce9fb;
}
.subpage .slider .body.loans .box-loan .box-box {
  float: left;
  width: 12.25%;
  height: 140px;
  background: white;
  margin-right: 2.75%;
}
.subpage .slider .body.loans .box-loan .box-box span {
  font-size: 22.5px;
  float: left;
  width: 100%;
  text-align: center;
  color: #0e6ef5;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  margin: 37px 0px 15px 0px;
}
.subpage .slider .body.loans .box-loan .box-box span.opt2 {
    line-height: 1.2;
    margin: 10px 0px 11px;
}
.subpage .slider .body.loans .box-loan .box-box p {
  font-size: 12px;
  float: left;
  width: 100%;
  text-align: center;
  color: #2c3841;
  font-weight: 400;
  line-height: 1.2;
}
.subpage .slider .body.loans .box-loan .box-box.ver1 p {
  font-size: 15px;
}
.subpage .slider .body.loans .box-loan .box-box.ver2 span {
  color: #21c883;
}
.subpage .slider .body.loans .box-loan .box-box.ver3 span {
  color: #f86c5d;
}
.subpage .slider .body.loans .box-loan .box-box.notApproved {
  background: #f86c5d;
}
.subpage .slider .body.loans .box-loan .box-box.notApproved p {
  color: white;
}
.subpage .slider .body.loans .box-loan .box-box.notApproved span {
  color: white;
}
.subpage .slider .body.loans .box-loan .right {
  float: left;
  width: 25%;
}
.subpage .slider .body.loans .box-loan .right.disabled {
  position: relative;
}
.subpage .slider .body.loans .box-loan .right.disabled:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #dce9fb;
  opacity: 0.85;
  z-index: 1;
}
.subpage .slider .body.loans .box-loan .right span {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #2c3841;
  opacity: 0.66;
  line-height: 1;
  margin: 11px 0px 20px 0px;
}
.subpage .slider .body.loans .box-loan .right span.info-text {
  color: #0e6ef5;
  float: left;
  text-align: left;
  padding-left: 5%;
  font-size: 14px;
  opacity: 1;
  line-height: 20px;
}
.subpage .slider .body.loans .box-loan .right span.info-text img {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.subpage .slider .body.loans .box-loan .right button,
.subpage .slider .body.loans .box-loan .right .button{
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px;
  line-height: 48px;
  height: 48px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}
.subpage .slider .body.loans .box-loan .right button.makeitlonger,
.subpage .slider .body.loans .box-loan .right .button.makeitlonger{
  background: #21c883;
}
.subpage .slider .body.loans .box-loan .right button.makeittaller:first-child,
.subpage .slider .body.loans .box-loan .right .button.makeittaller:first-child {
    margin-left:0px;
}
.subpage .slider .body.loans .box-loan .right button.makeittaller,
.subpage .slider .body.loans .box-loan .right .button.makeittaller{
    height: 76px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-left: 4%;
    width: 48%;
}
.subpage .slider .body.loans .box-loan .right button.makeitlonger:hover,
.subpage .slider .body.loans .box-loan .right .button.makeitlonger:hover {
  background: #01a263;
}
.subpage .slider .body.loans .box-loan .right button.payitnow,
.subpage .slider .body.loans .box-loan .right .button.payitnow{
  background: #0e6ef5;
}
.subpage .slider .body.loans .box-loan .right button.payitnow:hover,
.subpage .slider .body.loans .box-loan .right .button.payitnow:hover{
  background: #0855c4;
}
.subpage .slider .body.loans .box-loan .right button.makenew,
.subpage .slider .body.loans .box-loan .right .button.makenew{
  background: white;
  border: 1px solid #0e6ef5;
  color: #0e6ef5;
}
.subpage .slider .body.loans .box-loan .placeholder {
  float: left;
  width: 100%;
  height: 42px;
}
.subpage .slider .body.loans .box-loan .show-more {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.subpage .slider .body.loans .box-loan .show-more .header-more {
  float: left;
  width: 100%;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  color: #2c3841;
  border-top: 1px solid #c2cfdf;
  text-align: center;
}
.subpage .slider .body.loans .box-loan .show-more .header-more span {
  cursor: pointer;
}
.subpage .slider .body.loans .box-loan .show-more .footer-less {
  float: left;
  width: 100%;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  color: #2c3841;
  border-top: 1px solid #c2cfdf;
  text-align: center;
}
.subpage .slider .body.loans .box-loan .show-more .footer-less span {
  cursor: pointer;
}
.subpage .slider .body.loans .box-loan .show-more .more-body {
  float: left;
  width: 100%;
  display: none;
}
.subpage .slider .body.loans .box-loan .show-more .more-body .tabs-horizontal {
  margin-bottom: 15px;
}
.subpage .slider .body.loans .box-loan .show-more .more-body .content {
  display: none;
  float: left;
  width: 100%;
}
.subpage .slider .body.loans .box-loan .show-more .more-body .content table {
  width: 100%;
  border-collapse: collapse;
}
.subpage .slider .body.loans .box-loan .show-more .more-body .content table tr {
  border-bottom: 1px solid #8d95a9;
}
.subpage .slider .body.loans .box-loan .show-more .more-body .content table tr:last-of-type {
  border-bottom: none;
}
.subpage .slider .body.loans .box-loan .show-more .more-body .content table tr th {
  font-weight: 400;
  line-height: 50px;
  font-size: 14px;
  text-align: left;
  color: #354149;
}
.subpage .slider .body.loans .box-loan .show-more .more-body .content table tr td {
  font-weight: 400;
  line-height: 50px;
  font-size: 14px;
  text-align: left;
  color: #354149;
}
.subpage .slider .body.loans .box-loan .show-more .more-body .content.displayed {
  display: block;
}
.subpage .slider .body.loans .box {
  float: left;
  width: 100%;
  height: auto;
  padding: 26px 30px 36px 30px;
  background: #dce9fb;
}
.subpage .slider .body.loans .box .info {
  text-align: center;
  display: inline-block;
}
.subpage .slider .body.loans .box p {
  line-height: 20px;
  color: #2c3841;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin: 12px 0px 34px 0px;
}
.subpage .slider .body.loans .box .button {
  color: white;
  background: #0e6ef5;
  width: auto;
  padding: 0px 50px;
  height: 48px;
  line-height: 46px;
  border-color: #0e6ef5;
  font-size: 14px;
  text-align: center;
  float: none;
  display: inline-block;
  text-transform: uppercase;
}
.subpage .slider .body.loans .normal {
  float: left;
  width: 100%;
  padding: 0px 30px 0px 30px;
  line-height: 1.2;
  font-weight: 400;
  font-size: 14px;
  color: #354149;
  text-align: left;
  margin-bottom: 15px;
}
.subpage .slider .body.settings {
  padding-top: 0px;
}
.subpage .slider .body.settings h2 {
  float: left;
  width: 100%;
  padding: 30px 0px 20px 0px;
  line-height: 1;
  font-weight: 600;
  font-size: 20px;
  color: #354149;
  text-align: left;
}
.subpage .slider .body.settings .bankacc {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: none;
}
.subpage .slider .body.settings .bankacc.displayed {
  display: block;
}
.subpage .slider .body.settings .bankacc .separator {
  float: left;
  width: 100%;
  height: 1px ;
  background: #8d95a9;
  margin-bottom: 20px;
  margin-top: 40px;
}
.subpage .slider .body.settings .bankacc p {
  float: left;
  width: 100%;
  line-height: 1;
  color: #354149;
  font-size: 12px;
}
.subpage .slider .body.settings .bankacc .change {
  display: inline-block;
  margin: auto;
  float: none;
  padding: 0px 26px;
  background: white;
  border-color: #0e6ef5;
  color: #0e6ef5;
  width: auto;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  margin-top: 15px;
}
.subpage .slider .body.settings .bankacc table {
  width: 100%;
  float: left;
}
.subpage .slider .body.settings .bankacc table tr {
  float: left;
  width: 100%;
  padding-left: 30px;
}
.subpage .slider .body.settings .bankacc table tr th {
  font-weight: 400;
  font-size: 14px;
  line-height: 48px;
  float: left;
  width: auto;
  color: #354149;
}
.subpage .slider .body.settings .bankacc table tr th:first-of-type {
  width: 20%;
}
.subpage .slider .body.settings .bankacc table tr th:nth-of-type(2) {
  width: 30%;
}
.subpage .slider .body.settings .bankacc table tr th:nth-of-type(3) {
  width: 15%;
}
.subpage .slider .body.settings .bankacc table tr th:nth-of-type(4) {
  width: 20%;
}
.subpage .slider .body.settings .bankacc table tr th:last-of-type {
  width: 15%;
}
.subpage .slider .body.settings .bankacc table tr.bank-acc {
  background: #dce9fb;
  border-radius: 5px;
}
.subpage .slider .body.settings .bankacc table tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 48px;
  float: left;
  width: auto;
  color: #354149;
}
.subpage .slider .body.settings .bankacc table tr td img {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
.subpage .slider .body.settings .bankacc table tr td:first-of-type {
  width: 20%;
}
.subpage .slider .body.settings .bankacc table tr td:nth-of-type(2) {
  width: 30%;
}
.subpage .slider .body.settings .bankacc table tr td:nth-of-type(3) {
  width: 15%;
}
.subpage .slider .body.settings .bankacc table tr td:nth-of-type(4) {
  width: 20%;
}
.subpage .slider .body.settings .bankacc table tr td:last-of-type {
  width: 15%;
  text-align: center;
}
.subpage .slider .body.settings .bankacc table tr td:last-child {
    border-radius: 0 5px 5px 0;
}

.subpage .slider .body.settings .bankacc table tr td.verified {
  background:url("../images/ok.png") no-repeat right 20px center;    
  background-color: #77ebbb; 
  padding-right:40px;
}
.subpage .slider .body.settings .bankacc table tr td.unverified {
  background: #f86c5d;
  padding:0px;
}

.subpage .slider .body.settings .bankacc table tr td.unverified button {
    border:0px;
    line-height:48px;
    width:100%;
    height:100%;
    margin:0px;
    border-radius:0px 3px 3px 0px;
    color:#2c3841;
    padding-right:40px;
    background:url("../images/sipka.png") no-repeat right 20px center;    
    background-color:#ffe691;
    
}
.subpage .slider .body.settings .bankacc table tr td.unverified button:hover {
    background-color:#dec980;
}


.subpage .slider .body .table {
  width: 100%;
  height: auto;
  display: inline-block;
  float: left;
  display: none;
}
.subpage .slider .body .table.displayed {
  display: block;
}
.subpage .slider .body .table tr {
  width: 100%;
  border-bottom: 1px solid #8d95a9;
  height: 50px;
  float: left;
  line-height: 50px;
  font-size: 14px;
  color: #354149;
  font-weight: 400;
  padding-left: 30px;
}
.subpage .slider .body .table tr:last-of-type {
  border-bottom: none;
}
.subpage .slider .body .table tr th {
  font-weight: 400;
  text-align: center;
  width: 16.66%;
  float: left;
}
.subpage .slider .body .table tr td {
  text-align: center;
  width: 16.66%;
  float: left;
}
.subpage .slider .body .table tr td a {
  color: #0e6ef5;
  text-decoration: underline;
}
.subpage .slider .body .table tr td a:hover {
  text-decoration: none;
}
.subpage .slider .body .table tr th:first-of-type,
.subpage .slider .body .table tr td:first-of-type,
.subpage .slider .body .table tr th:last-of-type,
.subpage .slider .body .table tr td:last-of-type,
.subpage .slider .body .table tr th:nth-of-type(5),
.subpage .slider .body .table tr td:nth-of-type(5),
.subpage .slider .body .table tr th:nth-of-type(6),
.subpage .slider .body .table tr td:nth-of-type(6) {
  text-align: left;
}

.subpage .slider .text-blue {
    background-color:#d6eafd;
    padding:30px;
    position:relative;
    float:left;
}
.subpage .slider .text-blue.has-maskot {
    padding-bottom:160px;    
}
.subpage .slider .text-blue.has-maskot:before {
    content:"";
    display:block;
    background:url("../images/chameleon_01.png") no-repeat center center;
    width:245px;
    height:198px;
    position:absolute;
    bottom:-75px;
    right:60px;
}

body.version2 .subpage .slider .text-blue.has-maskot {
    padding-bottom:30px;
}
body.version2 .subpage .slider .text-blue.has-maskot:before {
    display:none;
}
.subpage .slider .text-blue h2 {
    line-height:40px;
    font-weight:100;
    margin:0px;
    margin-bottom:20px;
    font-size:30px;
}
.subpage .slider .text-blue p {
    font-size:14px;
    line-height:20px;
    text-align:justify;
    text-indent: 30px;
}

.subpage .slider .tabs-vertical {
  float: left;
  width: 100%;
}
.subpage .slider .tabs-vertical .tab {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.subpage .slider .tabs-vertical .tab .tab-head {
  float: left;
  height: auto;  
}
.subpage .slider .tabs-vertical.clickable .tab .tab-head {
    cursor: pointer;
}
.subpage .slider .tabs-vertical .tab .tab-head span {
  float: left;
  width: 52px;
  height: 52px;
  border: 2px solid #0e6ef5;
  border-radius: 100%;  
  font-weight: 100;
  font-style: italic;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  
  background: #0e6ef5;
  color: white;
}

.subpage .slider .tabs-vertical.clickable .tab .tab-head span {
    background: white;
    color: #0e6ef5;
    cursor: pointer;
}
.subpage .slider .tabs-vertical .tab .tab-head h2 {
  float: left;
  margin-left: 25px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  line-height: 52px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  
  color: #0e6ef5;
}
.subpage .slider .tabs-vertical.clickable .tab .tab-head h2 {
    color: #2c3841;
}

.subpage .slider .tabs-vertical.clickable .tab .tab-head:hover h2,
.subpage .slider .tabs-vertical.clickable .tab .tab-head.open h2 {
  color: #0e6ef5;
}
.subpage .slider .tabs-vertical.clickable .tab .tab-head:hover span,
.subpage .slider .tabs-vertical.clickable .tab .tab-head.open span {
  background: #0e6ef5;
  color: white;
}

.subpage .slider .tabs-vertical .tab .tab-head.open span {
  font-style: normal;
  line-height: 44px;
}
.subpage .slider .tabs-vertical .tab .tab-body {
  float: left;
  height: auto;
  width: 100%;
  border-bottom: 1px solid #8d95a9;
  padding: 10px 77px;
}
.subpage .slider .tabs-vertical.clickable .tab .tab-body {
    display:none;
}
.subpage .slider .tabs-vertical .tab .tab-body p {
  float: left;
  width: auto;
  line-height: 20px;
  font-size: 14px;
  color: #2c3841;
  text-align: left;
  margin-bottom: 18px;
}
.subpage .slider .tabs-vertical .tab .tab-body ul {
  float: left;
  width: auto;
  padding: 25px 150px 25px 20px;
  background: #dce9fb;
  margin-bottom: 18px;
  list-style-type: none;
}
.subpage .slider .tabs-vertical .tab .tab-body ul.sms-box {
  background: url(../images/smsbox.png) 95% bottom no-repeat #dce9fb;
}
.subpage .slider .tabs-vertical .tab .tab-body ul li {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #2c3841;
  text-align: left;
}
.subpage .slider .tabs-vertical .tab .tab-body ul li:before {
  content: "";
  float: left;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #0e6ef5;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.subpage .slider .price-header {
  float: left;
  width: 100%;
  background: #dce9fb;
  padding: 25px 30px 10px 30px;
}
.subpage .slider .price-header span {
  float: left;
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  color: #1e2435;
  margin-bottom: 10px;
  line-height: 1.2;
}
.subpage .tabs-horizontal {
  float: left;
  width: auto;
  border: 1px solid #2c3841;
  overflow: hidden;
  border-radius: 3px;
  background-color: white;
}
.subpage .tabs-horizontal .tab {
  float: left;
  width: auto;
  padding: 0px 20px 0px 20px;
  line-height: 38px;
  height: 38px;
  color: #2c3841;
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border-right: 1px solid #2c3841;
  cursor: pointer;
}
.subpage .tabs-horizontal .tab:last-of-type {
  border-right: 0px;
}
.subpage .tabs-horizontal .tab:hover {
  background: #edf3fc;
}
.subpage .tabs-horizontal .tab.active {
  background: #2c3841;
  color: white;
}
.subpage .tabs-horizontal .tab.visited {
  /*background: #edf3fc;*/
  background:#21c884;
}
.subpage .half {
  width: 50%;
  float: left;
}
.subpage .videonavod {
  float: left;
  width: 100%;
  margin-top: 10px;
  display: none;
}
.subpage .videonavod.displayed {
  display: block;
}
.subpage .videonavod .navod {
  float: left;
  width: 95%;
}
.subpage .videonavod .navod span {
  float: Left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: #2c3841;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.subpage .videonavod .navod em {
  float: left;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  border-radius: 100%;
  background: #0e6ef5;
  color: white;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
.subpage .videonavod .navod h2 {
  float: left;
  margin-left: 25px;
  text-align: left;
  line-height: 52px;
  color: #0e6ef5;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}
.subpage .videonavod .navod p {
  float: left;
  padding-left: 77px;
  text-align: left;
  line-height: 20px;
  color: #2c3841;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 50px;
  margin-top: 5px;
}
.subpage .videonavod .video-manual {
  float: left;
  width: 100%;
  height: auto;
  padding: 20px 30px 38px 30px;
  background: #dce9fb;
}
.subpage .videonavod .video-manual h2 {
  float: left;
  width: 100%;
  height: auto;
  line-height: 1.1;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #0e6ef5;
  margin-bottom: 15px;
}
.subpage .videonavod .video-manual iframe {
  width: 100%;
  height: 300px;
}
.subpage .custom_page p {
    color: #2c3841;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-left: 77px;
    padding-right:77px;
    text-align: left;
}

.subpage .pricelist_download:before {
    content:"";
    font-family:FontAwesome;
    padding-right:10px;
}
.subpage .pricelist_download {
  float: right;
  width: auto;
  padding: 0px 20px 0px 15px;
  line-height: 38px;
  height: 38px;
  color: #2c3841;
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border: 1px solid #2c3841;
  border-radius:3px;
  cursor: pointer;
  background-color:#fff;
  text-decoration:none;
}
.subpage .pricelist_download:hover {
    background-color:#edf3fc;
}


.succesfull-message,
.success-message {
  float: left;
  width: calc(100% + 60px);
  height: auto;
  padding: 30px 10px 30px 90px;
  background: url(../images/yes.png) 30px center no-repeat #77ebbb;
  font-size: 14px;
  color: #2c3841;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: -30px;
  margin-top: -15px;
}
.error-message {
  float: left;
  width: calc(100% + 60px);
  height: auto;
  padding: 30px 10px 30px 90px;
  background: url(../images/medium-warning.png) 30px center no-repeat #f86c5d;
  font-size: 14px;
  color: #2c3841;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: -30px;
  margin-top: -15px;
}
.warning-message {
  float: left;
  width: calc(100% + 60px);
  height: auto;
  padding: 30px 10px 30px 90px;
  background: url("../images/medium-warning.png") 30px center no-repeat #fffaab;
  font-size: 14px;
  color: #2c3841;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: -30px;
  margin-top: -15px;
}






.details {
  float: left;
  width: 100%;
  padding-top: 30px;
  display: none;
}
.details.displayed {
  display: block;
}
.details .marginos {
  margin-top: 20px;
  margin-bottom: 15px;
}
.details .file-box {
  float: left;
  width: 58%;
}
.details .file-box p {
  float: left;
  width: auto !important;
  padding: 10px 0px 0px 15px;
  color: #354149;
  opacity: 0.5;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px !important;
}
.details .file {
  float: left;
  width: 100%;
  background: #edf3fc;
  border: 1px solid #c6cad4;
  border-radius: 3px;
  height: 40px;
  line-height: 38px;
  padding: 0px 5px 0px 15px;
}
.details .file+.file {
    margin-top:10px;
}

.details .file span {
  float: left;
  width: auto;
  line-height: 38px;
}
.details .file input {
  display: none;
}
.details .file label {
  width: auto;
  float: right;
  height: 28px;
  line-height: 28px;
  background: #0e6ef5;
  color: white;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  padding: 0px 20px;
  margin-top: 5px;
  border-radius: 3px;
  cursor: pointer;
}
.details .upload-field {
  float: left;
  width: 100%;
  padding-left: 30px;
}
.details .upload-field p {
  float: left;
  width: 100%;
  line-height: 20px;
  margin: auto;
  font-size: 14px;
  color: #252f36;
}
.details .uploads-box {
  float: left;
  width: calc(100% + 60px);
  background: #dce9fb;
  padding: 30px 0px;
  text-align: center;
  margin-left: -30px;
}
.details .uploads-box .upload-box {
  display: inline-block;
  width: 166px;
  height: 200px;
  text-align: center;
  margin: 0px 14px;
}
.details .uploads-box .upload-box .imgwrap {
  background: #a0acba;
  width: 100%;
  height: 166px;
  border-radius: 5px;
  float: left;
  text-align: center;
  position: relative;
}
.details .uploads-box .upload-box .imgwrap img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.details .uploads-box .upload-box span {
  font-weight: bold;
  font-size: 14px;
  color: #252f36;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 34px;
}
.details .change {
  margin: auto;
  float: left;
  padding: 0px 26px;
  background: #0e6ef5;
  border-color: #0e6ef5;
  color: white;
  width: auto;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  margin-top: 15px;
}
.details .addMore {
  margin: auto;
  float: left;
  padding: 0px 26px;
  background: white;
  border-color: #0e6ef5;
  color: #0e6ef5;
  width: auto;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  margin-top: 10px;
}
.details label {
  float: left;
  width: 25%;
  padding-left: 30px;
  /*line-height: 30px;
  height: 30px;
  line-height: 25px;*/
  line-height:20px;
  padding-top:5px;
  padding-right:10px;
  
    
  font-size: 14px;
  text-align: left;
  color: #354149;
}
.details .radio-box label {
  padding-left: 0px;
  width: auto;
}
.details .check-box.auto label {
  width: auto;
  padding-right: 55px;
}
.details .check-box label {
  position: relative;
  color: #354149;
  padding-top:0px;
}
.details .check-box label:before {
  position: absolute;
  right: -19px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.details span {
  float: left;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  font-size: 14px;
  text-align: left;
}
.details span.info-span {
  font-style: italic;
  padding-left: 20px;
  font-weight: 300;
}
.details a {
  float: left;
  margin-top: 5px;
}
.details a.nofloat {
    float:none;
}
.details input,
.details textarea,
.details select {
  float: left;
  width: 28%;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #354149;
  padding: 0px 15px;
}
.details textarea {
    height:80px;
}
.details input.smaller,
.details select.smaller {
  width: 14%;
}
.details input:focus,
.details select:focus {
  border-color: #0e6ef5;
}
.details .separator {
  float: left;
  width: 100%;
  height: 1px ;
  background: #8d95a9;
  margin-bottom: 30px;
  margin-top: 15px;
}
.details .separator.ver3 {
  background: #c6cad4;
  width: 90%;
}
.details h3 {
  float: left;
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  color: #354149;
  line-height: 1;
  margin-bottom: 20px;
}
.details h4 {
  float: left;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  color: #0e6ef5;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: 18px;
}
.details h4 img {
  float: left;
  margin-right: 10px;
}
.details .validate {
  float: left;
  width: auto;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #0e6ef5;
  padding: 0px 20px;
  margin-left: 15px;
  background: white;
  border-color: #0e6ef5;
}
.menu-button,
.user-button {
  display: none;
  cursor: pointer;
}
.menu-button:hover img,
.user-button:hover img {
  transform: scale(0.8);
}
.respo-menu-sibling {
  transition: 0.3s all;
  padding-top: 100px;
}
.respo-user {
  position: fixed;
  right: -100%;
  top: 0px;
  width: 80%;
  background: #dfebfb;
  border-left: 1px solid #8d97ae;
  height: 100%;
  z-index: 9999999;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  display: none;
  transition: 0.3s all;
}
.respo-user .logged-in .header {
  background: #5dacf8;
  float: left;
  width: 100%;
  text-align: right;
  padding: 35px 30px 20px 30px;
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
.respo-user .logged-in .header > a {
    color: inherit;
    text-decoration: inherit;
}
.respo-user .logged-in .settings {
  float: left;
  width: 100%;
  padding: 17px 20px;
  color: #2c3841;
  font-size: 16px;
  text-decoration: none;
  line-height: 17px;
  text-align: left;
  padding-left: 50px;
  position: relative;
}
.respo-user .logged-in .settings img {
  float: left;
  width: auto;
  position: absolute;
  top: 0px;
  left: 20px;
  bottom: 0px;
  margin: auto;
}
.respo-user .logged-in .settings:hover {
  background: white;
}
.respo-user .superroe {
  padding: 0px 10%;
}
.respo-user.shown {
  right: 0px;
}
.respo-user .tabs-horizontal {
  float: left;
  width: 100%;
  border: 1px solid #2c3841;
  overflow: hidden;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.respo-user .tabs-horizontal .tab {
  float: left;
  width: 50%;
  padding: 0px 0px 0px 0px;
  line-height: 38px;
  height: 38px;
  color: #2c3841;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border-right: 1px solid #2c3841;
  cursor: pointer;
}
.respo-user .tabs-horizontal .tab:last-of-type {
  border-right: 0px;
}
.respo-user .tabs-horizontal .tab:hover {
  background: #edf3fc;
}
.respo-user .tabs-horizontal .tab.active {
  background: #2c3841;
  color: white;
}
.respo-user .tabs-horizontal .tab.visited {
  background: #edf3fc;
}
.respo-user .dualpod {
  width: 100%;
  padding: 0px 10%;
  float: left;
  text-align: left;
  border-right: 1px solid #a8b4c4;
  border-left: 1px solid #a8b4c4;
  min-height: 300px;
  display: none;
}
.respo-user .dualpod.displayed {
  display: block;
}
.respo-user .dualpod:last-of-type {
  border-left: none;
}
.respo-user .dualpod h2 {
  font-size: 20px;
  color: #0e6ef5;
  font-weight: 400;
  float: left;
  width: 100%;
  line-height: 1;
  text-align: left;
  margin-bottom: 25px;
  font-style: italic;
  margin-top: 10px;
}
.respo-user .dualpod .half {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.respo-user .dualpod .half:last-of-type {
  margin-bottom: 0px;
}
.respo-user .dualpod .login {
  background: #1ac16b;
  border: 1px solid #1b9351;
}
.respo-user .dualpod .reg-in {
  background: #5dacf8;
  border: 1px solid #0e6ef5;
  margin-top: 25px;
}
.respo-user .dualpod .lostPass {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #2c3841;
  line-height: 20px;
  margin-top: 15px;
}
.respo-user .dualpod .lostPass:hover {
  text-decoration: none;
}
.respo-user .dualpod .fb {
  background: url(../images/fb.png) 15px center no-repeat #37589a;
  border: none;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 15px;
}
.respo-user .dualpod .fb.white {
  background: url(../images/fb-w.png) 15px center no-repeat white;
  color: #37589a;
}
.respo-user .dualpod .googleplus {
  background: url(../images/googleplus.png) 15px center no-repeat #da4a38;
  border: none;
  font-weight: 300;
  line-height: 40px;
}
.respo-user .dualpod .googleplus.white {
  background: url(../images/googleplus-w.png) 15px center no-repeat white;
  color: #da4a38;
}
.respo-menu {
  float: left;
  position: fixed;
  left: -100%;
  top: 0px;
  width: 80%;
  background: #dfebfb;
  border-right: 1px solid #8d97ae;
  height: 100%;
  z-index: 999999999;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  display: none;
  transition: 0.3s all;
}
.respo-menu.shown {
  left: 0px;
}
.respo-menu a.menuS {
  float: left;
  width: 100%;
  text-align: left;
  padding-left: 10%;
  font-size: 18px;
  color: #2c3841;
  line-height: 65px;
  border-bottom: 1px solid #8d97ae;
  text-decoration: none;
  text-transform: uppercase;
}
.respo-menu .menumore {
  float: left;
  width: 100%;
  border-bottom: 1px solid #8d97ae;
}
.respo-menu .menumore.open span:after {
  content: "-";
  line-height: 60px;
}
.respo-menu .menumore .menu-conent {
  float: left;
  width: 100%;
  padding: 0px 10%;
  display: none;
}
.respo-menu .menumore .menu-conent .megapod {
  float: left;
  width: 100%;
}
.respo-menu .menumore .menu-conent .megapod h2 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: #0e6ef5;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 300;
}
.respo-menu .menumore .menu-conent .megapod .box {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.respo-menu .menumore .menu-conent .megapod .box a:hover p {
    text-decoration:underline;
}
.respo-menu .menumore .menu-conent .megapod .box p {
  float: Left;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #2c3841;
  line-height: 1.2;
  margin-bottom: 15px;
}
.respo-menu .menumore .menu-conent .megapod .inside-box {
  cursor: pointer;
  float: left;
  /*width: 100%;*/
  /*height: 152px;*/
  border-radius: 5px;
  /*background: url(../images/youtube.png) center center no-repeat #559fe4;*/
  cursor: pointer;
  text-align:left;
  position:relative;
}
.respo-menu .menumore .menu-conent .megapod .inside-box:after {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    content:"";
    display:block;
    background: url("../images/youtube.png") center center no-repeat;
}
.respo-menu .menumore .menu-conent .megapod .box a:hover .inside-box:after {
    background-image: url("../images/youtube_hover.png");
}
.respo-menu .menumore .menu-conent .tripod {
  float: left;
  width: 100%;
}
.respo-menu .menumore .menu-conent .tripod h2 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: #0e6ef5;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 300;
}
.respo-menu .menumore .menu-conent .tripod p {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #2c3841;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-right: 5px;
}
.respo-menu .menumore .menu-conent .tripod a {
  text-decoration: none;
  color: #0e6ef5;
  display: block;
  text-align:left;
  float:left;
}
.respo-menu .menumore .menu-conent .tripod a p {
  width: auto;
}
.respo-menu .menumore .menu-conent .tripod a:hvoer {
  text-decoration: underline;
}
.respo-menu .menumore .menu-conent .tripod a.special {
  color: #2c3841;
  text-align: left;
  float: left;
  width: 100%;
  line-height: 20px;
}
.respo-menu .menumore .menu-conent .tripod a.special p {
  color: #5d93f6;
  line-height: 20px;
  margin-bottom: 0px;
  margin-right: 5px;
}
.respo-menu .menumore .menu-conent .tripod .contacts {
  height: 33px;
  line-height: 33px;
}
.respo-menu .menumore .menu-conent .tripod .contacts img {
  max-height: 100%;
  float: left;
  margin-right: 15px;
}
.respo-menu .menumore span {
  float: left;
  width: 100%;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 18px;
  color: #2c3841;
  line-height: 65px;
  text-decoration: none;
  text-transform: uppercase;
}
.respo-menu .menumore span:after {
  content: "+";
  font-weight: bold;
  float: right;
  line-height: inherit;
  color: #2c3841;
  opacity: 0.5;
  font-size: 30px;
}
.menu-button {
  float: left;
  width: 120px;
  height: 100%;
  position: relative;
}
.menu-button img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.user-button {
  float: right;
  width: 120px;
  height: 100%;
  position: relative;
}
.user-button img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.mega-wrap {
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
}
.subpage .slider .body.loans .box .button:hover,
.details .change:hover {
  background: #0855c4;
}
.subpage .slider .body.loans .warning-stripe a:hover,
.subpage .slider .body.loans .notApproved-stripe .agree-history:hover,
.nova .info-op a:hover {
  background: white;
}
.subpage .slider .body.settings .bankacc .change,
.details .addMore,
.details .validate,
.subpage .slider .body.loans .box-loan .right button.makenew,
.splatit .body .next-step,
.nova .bottoms .partner,
.nova .bottoms .next-step-reverse,
.nova .bottoms .previous-step,
.registration .bottoms .previous-step,
.registration .body.central button {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.subpage .slider .body.settings .bankacc .change:hover,
.details .addMore:hover,
.details .validate:hover,
.subpage .slider .body.loans .box-loan .right button.makenew:hover,
.splatit .body .next-step:hover,
.nova .bottoms .partner:hover,
.nova .bottoms .next-step-reverse:hover,
.nova .bottoms .previous-step:hover,
.registration .bottoms .previous-step:hover,
.registration .body.central button:hover {
  color: white;
  background: #0e6ef5;
}
.details .file label:hover,
.nova .bottoms .next-step:hover,
.registration .bottoms .next-step:hover {
  background: #0855c4;
}
.infoI {
  position: relative;
}
.infoI span {
  display: none;
  position: absolute;
  left: 35px;
  /*height: 26px;*/
  top: -3px;
  background: #2c3841;
  border-radius: 3px;
  color: white;
  line-height: 26px;
  font-size: 13px;
  padding:0px 10px;
}
.infoI span:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(44, 56, 65, 0);
  border-right-color: #2c3841;
  border-width: 5px;
  margin-top: -5px;
}
.nova .bottoms .send-it:hover {
  background: #1F9C68;
}

.dialog-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(32, 41, 47, 0.6);
  z-index: 99999999;
  vertical-align: middle;
  text-align: center;
  overflow: auto;
  display:none;
}
.dialog-overlay .dialog-inside {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.dialog-overlay .dialog-inside .dialog_container {
    display:inline-block;
}


.overlay-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(32, 41, 47, 0.6);
  z-index: 99999999;
  vertical-align: middle;
  text-align: center;
  overflow: auto;
  /*display: table;*/
  display:none;
}
.overlay-cover .inside {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.overlay-cover.no-vertical {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  /*display: block;*/
  top: 0px;
  background: rgba(32, 41, 47, 0.6);
  z-index: 99999999;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.overlay-cover.no-vertical .inside {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
/*
.overlay-cover.no-vertical .splatit {
  height: calc(100vh - 100px);
  overflow: hidden;
}*/
.overlay-cover.no-vertical .splatit.splatit1 .body {
  height: calc(100% - 75px);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background: #edf3fc;
  width: 10px;
  margin: 0px;
  border-radius: 0px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #8c959e;
  width: 10px;
  border-radius: 0px;
  margin: 0px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #8c959e;
}
.mCSB_scrollTools {
  width: 10px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.splatit {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  position: relative;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  margin-top: 50px;
  margin-bottom: 50px;
}
.splatit .celebration-img {
  position: absolute;
  top: -55px;
  left: 2.5%;
  width: 95%;
  z-index: 888;
}
.splatit .celebration {
  background: #21c883;
  text-align: center;
  float: left;
  padding: 30px 30px 30px 30px;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.splatit .celebration .row img {
  text-align: center;
  display: inline-block;
}
.splatit .celebration h2 {
  color: white;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  text-align: center;
  float: left;
  width: 100%;
  margin: 15px 0px 30px 0px;
}
.splatit .celebration p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  float: left;
  width: 100%;
}
.splatit .head {
  float: left;
  width: 100%;
  background: #21c883;
  padding: 20px 30px 15px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.splatit .head h3 {
  float: left;
  line-height: 40px;
  font-size: 30px;
  color: white;
  font-weight: 300;
  font-style: italic;
}
.splatit .head h3 span {
  float: left;
  font-size: 40px;
  margin-right: 25px;
}
.splatit .head-red {
  float: left;
  width: 100%;
  background: url(../images/big-warning.png) 30px 30px no-repeat #f86c5d;
  padding: 30px 30px 30px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.splatit .head-red h2 {
  float: left;
  line-height: 40px;
  font-size: 20px;
  color: #252f36;
  font-weight: 400;
  padding-left: 100px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 30px;
  text-align: left;
}
.splatit .close-this {
  float: right;
  height: 21px;
  width: 21px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  margin-top: 7px;
}
.splatit .close-this.absolut {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 999;
}
.splatit .close-this:hover {
  transform: rotate(180deg);
}
.splatit .close-this img {
  float: left;
  width: 100%;
}
.splatit .body {
  float: left;
  width: 100%;
  background: white;
}
.splatit .body.buttons {
  padding: 20px 30px 40px 30px;
  position: relative;
  z-index: 999;
}
.splatit .body .next-step {
  background: white;
  color: #0e6ef5;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0px 30px;
  line-height: 38px;
  height: 40px;
  border-color: #0e6ef5;
  float: right;
  width: auto;
  text-decoration: none;
  margin-left: 30px;
}
.splatit .body .banks {
  float: left;
  width: 100%;
  padding: 20px 60px;
}
.splatit .body .banks .nadpis {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #252f36;
  margin-bottom: 2px;
}
.splatit .body .banks h3 {
  float: left;
  width: 100%;
  height: 33px;
  line-height: 33px;
  font-size: 20px;
  font-weight: 600;
  color: #0e6ef5;
  text-align: left;
  margin-bottom: 15px;
}
.splatit .body .banks h3 img {
  float: right;
  height: 100%;
  width: auto;
}




.splatit .body .leftover {
  float: left;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: white;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  background: #0e6ef5;
}
.splatit .body .box-loan {
  float: left;
  width: 100%;
  padding: 30px 30px 30px 30px;
  background: #dce9fb;
  text-align: center;
}
.splatit .body .box-loan .box-box {
  display: inline-block;
  width: 140px;
  height: 140px;
  background: white;
  margin-right: 1.40%;
  margin-left: 1.40%;
}
.splatit .body .box-loan .box-box span {
  font-size: 22.5px;
  float: left;
  width: 100%;
  text-align: center;
  color: #0e6ef5;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  margin: 37px 0px 15px 0px;
}
.splatit .body .box-loan .box-box p {
  font-size: 12px;
  float: left;
  width: 100%;
  text-align: center;
  color: #2c3841;
  font-weight: 400;
  line-height: 1.2;
}
.splatit .body .box-loan .box-box.ver1 p {
  font-size: 15px;
}
.splatit .body .box-loan .box-box.ver2 span {
  color: #21c883;
}
.splatit .body .box-loan .box-box.ver3 span {
  color: #f86c5d;
}
.splatit .body .box-loan .box-box.notApproved {
  background: #f86c5d;
}
.splatit .body .box-loan .box-box.notApproved p {
  color: white;
}
.splatit .body .box-loan .box-box.notApproved span {
  color: white;
}



.dialog_zprava {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  position: relative;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  margin-top: 50px;
  margin-bottom: 50px;
  /*height: calc(100vh - 100px);*/
  overflow: hidden;
}
.dialog_zprava .head {
  float: left;
  width: 100%;
  background: #0e6ef5;
  padding: 25px 30px 15px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dialog_zprava .head h3 {
  float: left;
  line-height: 40px;
  font-size: 30px;
  color: white;
  font-weight: 300;
  font-style: italic;
}
.dialog_zprava .head h3 span {
  float: left;
  font-size: 40px;
  margin-right: 25px;
}
.dialog_zprava .close-this {
  float: right;
  height: 21px;
  width: 21px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.dialog_zprava .close-this:hover {
  transform: rotate(180deg);
}
.dialog_zprava .close-this img {
  float: left;
  width: 100%;
}
.dialog_zprava .body {
  float: left;
  width: 100%;
  background: white;
  padding: 28px 0px;
}


.nova {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  position: relative;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  margin-top: 50px;
  margin-bottom: 50px;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.nova .banks {
  float: left;
  width: 100%;
  padding: 20px 60px;
}
.nova .banks .nadpis {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #252f36;
  margin-bottom: 2px;
}
.nova .banks h3 {
  float: left;
  width: 100%;
  height: 33px;
  line-height: 33px;
  font-size: 20px;
  font-weight: 600;
  color: #0e6ef5;
  text-align: left;
  margin-bottom: 15px;
}
.nova .banks h3 img {
  float: right;
  height: 100%;
  width: auto;
}

.nova .celebration {
  background: #21c883;
  text-align: center;
  float: left;
  padding: 30px 30px 30px 30px;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nova .celebration .row img {
  text-align: center;
  display: inline-block;
}
.nova .celebration h2 {
  color: white;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  text-align: center;
  float: left;
  width: 100%;
  margin: 15px 0px 15px 0px;
}
.nova .celebration p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  float: left;
  width: 100%;
}
.nova .celebration.black p {
  color: #000;
}
.nova .celebration span:not(.tesar_disabled) {
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.nova .celebration.black span {
    color:#000;
}

.nova.auto {
  height: auto;
}
.nova .counting {
  float: left;
  width: 100%;
  padding: 15px 60px;
  background: #0e6ef5;
}
.nova .counting span:not(.tesar_disabled) {
  float: left;
  width: 50%;
  text-align: right;
  line-height: 50px;
  color: white;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  padding-right: 30px;
}
.nova .counting input {
  height: 50px;
  line-height: 50px;
  border: none;
  background: #dfebfb;
  font-weight: 400;
  font-size: 30px;
  color: #252f36;
  width: 43%;
  float: left;
  margin-bottom: 0px;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
}
.nova .counting p {
  float: left;
  width: 7%;
  text-align: right;
  line-height: 50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
}
.nova .choseMoneys {
  float: left;
  width: 100%;
  padding: 0px 60px;
  margin-bottom: 45px;
}
.nova .choseMoneys .pic {
  float: left;
  width: 15%;
  position: relative;
  height: 50px;
}
.nova .choseMoneys .pic img {
  float: left;
  max-width: 90%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  max-height: 100%;
}
.nova .choseMoneys .slider {
  float: left;
  width: 85%;
  height: 50px;
}
.nova .choseMoneys .slider .slidex {
  width: 100%;
  background: #dfebfb;
  border: 1px solid #3c6eaa;
  border-radius: 5px;
  height: 50px;
  float: left;
  margin-top: 0px;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
}
.nova .choseMoneys .slider .slidex .plus {
  float: right;
  width: 4%;
  height: 38px;
  background: white;
  color: #3c6eaa;
  text-align: center;
  line-height: 36px;
  border: 1px solid #3c6eaa;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 5px;
  margin-right: 1%;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.nova .choseMoneys .slider .slidex .plus:before {
  float: left;
  line-height: 38px;
  font-size: 14px;
  color: #3c6eaa;
  opacity: 0.66;
  position: absolute;
  right: 125%;
  width: 150px;
  text-align: right;
  cursor: auto;
}
.nova .choseMoneys .slider .slidex #sliderA,
.nova .choseMoneys .slider .slidex #sliderB {
  float: left;
  width: 70%;
  height: 100%;
  margin: 0px 10%;
}
.nova .choseMoneys .slider .slidex #sliderA .ui-slider-handle,
.nova .choseMoneys .slider .slidex #sliderB .ui-slider-handle {
  border: 1px solid #3c6eaa;
  width: 120px;
  height: 100%;
  border-radius: 5px;
  background: #0e6cf1;
  color: white;
  font-weight: 400;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  top: 0px;
  margin-left: -60px;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
}
.nova .choseMoneys .slider .slidex #sliderA .ui-slider-handle:hover,
.nova .choseMoneys .slider .slidex #sliderB .ui-slider-handle:hover {
  background: #0855c4;
}
.nova .choseMoneys .slider .slidex .minus {
  float: left;
  width: 4%;
  height: 38px;
  background: white;
  color: #3c6eaa;
  text-align: center;
  line-height: 36px;
  margin-top: 5px;
  margin-left: 1%;
  border: 1px solid #3c6eaa;
  border-top-left-radius: 5px;
  cursor: pointer;
  border-bottom-left-radius: 5px;
  position: relative;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.nova .choseMoneys .slider .slidex .minus:after {
  float: left;
  line-height: 38px;
  font-size: 14px;
  color: #3c6eaa;
  opacity: 0.66;
  position: absolute;
  left: 125%;
  width: 150px;
  text-align: left;
  cursor: auto;
}
.nova .tabsTop {
  float: left;
  width: 100%;
  padding: 0px 60px;
}
.nova .tabsTop .whole {
  float: left;
  width: 100%;
  height: 52px;
  margin-bottom: 35px;
  border: 1px solid #3c6eaa;
  border-radius: 5px;
  overflow: hidden;
}
.nova .tabsTop .whole.two {
  border: none;
}
.nova .tabsTop .whole span {
  float: left;
  width: 25%;
  background: white;
  line-height: 50px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #3c6eaa;
  font-weight: 400;
  border-right: 1px solid #c3d2e5;
  cursor: pointer;
}
.nova .tabsTop .whole span:first-of-type {
  border-left: 1px solid #c3d2e5;
}
.nova .tabsTop .whole label {
  float: left;
  width: 25%;
  background: white;
  line-height: 50px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #2c3841;
  font-weight: 400;
  border-right: 1px solid #3c6eaa;
  cursor: pointer;
}
.nova .tabsTop .whole.opt2 label {
    width: 50%;
}
.nova .tabsTop .whole label:last-of-type {
  border-right: none;
}
.nova .tabsTop .whole label input {
  display: none;
}
.nova .tabsTop .whole label.active,
.nova .tabsTop .whole label:hover {
  background: #dfebfb;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
  box-shadow: inset 0px 0px 6px 0px rgba(27, 48, 93, 0.33);
}
.nova .nadpis {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 300;
  color: #252f36;
  line-height: 60px;
  font-size: 20px;
}
.nova .nadpis.border {
  border-top: 1px solid #c6cad4;
}
.nova .row.padding-left-30 {
  padding: 0px 30px;
}
.nova .box-loan {
  float: left;
  width: 100%;
  padding: 30px 30px 30px 30px;
  background: #dce9fb;
  text-align: center;
}
.nova .box-loan .box-box {
  display: inline-block;
  width: 140px;
  height: 140px;
  background: white;
  margin-right: 1.40%;
  margin-left: 1.40%;
}
.nova .box-loan .box-box span {
  font-size: 22.5px;
  float: left;
  width: 100%;
  text-align: center;
  color: #0e6ef5;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  margin: 37px 0px 15px 0px;
}
.nova .box-loan .box-box p {
  font-size: 12px;
  float: left;
  width: 100%;
  text-align: center;
  color: #2c3841;
  font-weight: 400;
  line-height: 1.2;
}
.nova .box-loan .box-box.ver1 p {
  font-size: 15px;
}
.nova .box-loan .box-box.ver2 span {
  color: #21c883;
}
.nova .box-loan .box-box.ver3 span {
  color: #f86c5d;
}
.nova .box-loan .box-box.ver22 {
  background: #21c883;
  color: white;
}
.nova .box-loan .box-box.ver22 span,
.nova .box-loan .box-box.ver22 p {
  color: white;
}
.nova .box-loan .box-box.ver23 {
  background: #f86c5d;
  color: white;
}
.nova .box-loan .box-box.ver23 span,
.nova .box-loan .box-box.ver23 p {
  color: white;
}
.nova .box-loan .box-box.ver24 {
  background: #0e6ef5;
  color: white;
}
.nova .box-loan .box-box.ver24 span,
.nova .box-loan .box-box.ver24 p {
  color: white;
}
.nova .box-loan .box-box.notApproved {
  background: #f86c5d;
}
.nova .box-loan .box-box.notApproved p {
  color: white;
}
.nova .box-loan .box-box.notApproved span {
  color: white;
}
.nova .agreetment {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.nova .agreetment span {
  display: inline-block;
  margin-left: 10px;
  font-style: italic;
  font-size: 14px;
  opacity: 0.5;
}
.nova .agreetment p {
  float: left;
  width: 100%;
  font-size: 14px;
  padding-left: 30px;
  text-align: left;
}
.nova .agreetment p a {
  color: #0e6ef5;
  opacity: 1;
}
.nova .texty_container {
    display:none;
}
.nova .texty {
  /*display: none;*/
  border-radius: 5px;
  background: #edf3fc;
  border: 1px solid #8d95a9;
  padding: 30px;
  float: left;
  width: 100%;
}

.smalltable table {
    font-size: 80%;
}
.smalltable table td {
    padding: 5px;
}

.nova .texty_container.displayed {
  display: block;
}
.nova .texty h2 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 16px;
  color: #252f36;
  margin-bottom: 20px;
}
.nova .texty p {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #252f36;
  margin-bottom: 20px;
}
.nova .switches {
  padding: 15px 0px 10px 0px;
  float: left;
  width: 100%;
}
.nova .switches h2 {
  float: left;
  width: 100%;
  text-align: left;
  color: #252f36;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.nova .blue-box {
  padding: 20px 30px 40px 30px;
  float: left;
  width: 100%;
  background: #dce9fb;
}
.nova .blue-box .next-step {
  background: #0e6ef5;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0px 30px;
  line-height: 38px;
  height: 40px;
  border-color: #0e6ef5;
  float: right;
  width: auto;
}
.nova .blue-box h2 {
  float: left;
  height: 21px;
  line-height: 21px;
  color: #0e6ef5;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: left;
}
.nova .blue-box h2 img {
  float: left;
  margin-right: 10px;
}
.nova .blue-box .row {
  margin-top: 15px;
}
.nova .blue-box p {
  float: left;
  padding-left: 31px;
  font-size: 14px;
  color: #252f36;
  text-align: left;
  line-height: 20px;
}
.nova .blue-box p.special {
  float: right;
  line-height: 40px;
  width: auto;
  margin-right: 30px;
}
.nova .blue-box p a {
  color: #0e6ef5;
  text-decoration: none;
}
.nova .blue-box p a:hover {
  text-decoration: underline;
}
.nova .details {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 35px;
}
.nova .details .upload-field {
  padding-left: 0px;
}
.nova .details p {
  text-align: left;
  padding-left: 30px;
}
.nova .details .file-box {
  float: left;
  width: 72%;
}
.nova .details .separator.ver3 {
  width: 100%;
}

.dialog_container .justwait {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: table;
  vertical-align: middle;
}
.dialog_container .justwait .inner-circle {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.dialog_container .justwait .inner-circle h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  color: #212b32;
  line-height: 1;
  margin: 20px 0px 15px 0px;
}
.dialog_container .justwait .inner-circle p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #212b32;
  line-height: 20px;
}
.dialog_container .justwait .inner-circle span {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #989898;
  line-height: 20px;
}
.nova .banner {
  padding: 20px 30px;
  background-size: auto 80%, auto 100%;
  background-position: 38% bottom, 70% center;
}
.nova .banner h2 {
  font-size: 21px;
  line-height: 30px;
}
.nova .banner .moreinfo {
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  padding: 0px 30px;
}
.nova .bottoms {
  float: left;
  width: 100%;
  border-top: 1px solid #c6cad4;
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 30px;
  padding-bottom: 40px;
  background: white;
  text-align: center;
  position: relative;
}
.nova .bottoms.last {
  padding-right: 30px;
}
.nova .bottoms .check-it {
  position: absolute;
  top: -41px;
  left: 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #354149;
  padding: 0px 30px;
  text-align: left;
  background: #fffaab;
}
.nova .bottoms .check-it img {
  float: right;
  height: 12px;
  top: 15px;
  position: relative;
  cursor: pointer;
}
.nova .bottoms span {
  float: left;
  font-size: 12px;
  color: #354149;
  text-align: left;
  line-height: 1.2;
}
.nova .bottoms .partner {
  display: inline-block;
  margin: auto;
  background: white;
  color: #0e6ef5;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0px 30px;
  line-height: 38px;
  height: 40px;
  border-color: #0e6ef5;
  width: auto;
  float: none;
}
.nova .bottoms .send-it {
  display: inline-block;
  margin: auto;
  background: #21c883;
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 0px 38px;
  line-height: 60px;
  height: 62px;
  border-color: #21c883;
  width: auto;
  float: none;
}
.nova .bottoms .next-step {
  background: #0e6ef5;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0px 30px;
  line-height: 38px;
  height: 40px;
  border-color: #0e6ef5;
  float: right;
  width: auto;
}
.nova .bottoms .next-step-reverse {
  background: white;
  color: #0e6ef5;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0px 30px;
  line-height: 38px;
  height: 40px;
  border-color: #0e6ef5;
  float: right;
  width: auto;
  text-decoration: none;
  margin-left: 30px;
  margin-right: 30px;
}
.nova .bottoms .next-step-reverse.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}
.nova .bottoms .previous-step {
  background: white;
  color: #0e6ef5;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0px 30px;
  line-height: 38px;
  height: 40px;
  border-color: #0e6ef5;
  float: right;
  width: auto;
  margin-right: 30px;
}

.nova .bottoms .skip-step {
    float:right;
    color: #0e6ef5;
    text-decoration: none;
    display:inline-block;
    height: 40px;
    line-height: 38px;
    padding-left: 30px;
    margin-left:30px;
    border-left:1px solid #0e6ef5;
}
.nova .bottoms .skip-step:hover {
    text-decoration:underline;
}
.overlay-cover .nova .bottoms .skip-step br {
      display:none;
  }
.overlay-cover .nova .bottoms .check-box.texty_container br,
#dialog_registration_2 .bottoms .check-box br {     
      display:none; 
  }
.nova .bottoms .check-box.texty_container {
    width:50%;
}


.nova .bottoms .disabled {
  background: #c6cad4;
  border-color: #c6cad4;
}
.nova .body {
  height: calc(100% - 75px - 101px);
  float: left;
  width: 100%;
  background: white;
  position: relative;
}
.nova .body.no-thing {
  height: 100%;
}
.nova .body.radius-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nova .body .half {
  margin-top: 7.5px;
}
.nova .body .half .megainfo-row {
  float: right;
  width: 95%;
  line-height: 48px;
  height: 50px;
  border-bottom: 1px solid #252f36;
  color: #252f36;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: right;
}
.nova .body .half .megainfo-row:last-of-type {
  border-bottom: none;
}
.nova .body .half .megainfo-row strong {
  font-weight: bold;
  font-style: normal;
}
.nova .body .half p {
  float: left;
  width: 100%;
  text-align: left;
  line-height: 25px;
  height: 25px;
  font-size: 14px;
  color: #354149;
  padding-left: 30px;
}
.nova .body .half p.padding-left-0 {
  padding-left: 0px;
}
.nova .body .half p.nosale {
  border-radius: 3px;
  background: #b4bfd2;
  text-align: center;
  color: white;
  line-height: 40px;
  margin-bottom: 15px;
  padding-left: 0px;
  height: auto;
}
.nova .body .regin {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 0px 30px 0px 30px;
  display: none;
}
.nova .body .regin.no-pading {
  padding: 30px 30px;
  background: #dce9fb;
  margin-top: 0px;
}
.nova .body .regin.megablue {
  background: #0e6ef5 !important;
}
.nova .body .regin.megablue p,
.nova .body .regin.megablue h3,
.nova .body .regin.megablue .megainfo-row {
  color: white !important;
}
.nova .body .regin.megablue .megainfo-row {
  border-color: white;
}
.nova .body .regin.displayed {
  display: block;
}
.nova .body .regin .half-60 {
  float: left;
  width: 55%;
  border-right: 1px solid #e2e4e9;
  padding-right: 30px;
}
.nova .body .regin .full {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.nova .body .regin .full .radio-box label {
  padding-left: 0px;
  width: auto;
}
.nova .body .regin .full .radio-box label :before {
  margin-top: 9px;
}
.nova .body .regin .full .half h3 {
  width: 100%;
}
.nova .body .regin .full .half label {
  width: 50%;
}
.nova .body .regin .full .half.with_hint label {
    width: calc(50% - 50px);
}
.nova .body .regin .full .half .check-box label {
  width: 100%;
}
.nova .body .regin .full .half input[type=text],
.nova .body .regin .full .half input[type=password],
.nova .body .regin .full .half input[type=email],
.nova .body .regin .full .half select {
  width: 50%;
}
.nova .body .regin .full .check-box {
  margin-bottom: 15px;
  /*margin-top:7px;*/
}
.nova .body .regin .full .check-box {
    min-height:40px;
    /*padding-top:7px;*/
    max-width:75%;
}

.nova .body .regin .full .check-box.halfie {
  width: 50%;
}
.nova .body .regin .full h3 {
  float: left;
  width: 50%;
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  color: #354149;
  line-height: 1;
  margin-bottom: 20px;
}
.nova .body .regin .full h3.first {
  margin-bottom: 0px;
}
.nova .body .regin .full label {
  width: 25%;
}
.nova .body .regin .full label.lom {
  width: 30px;
  padding: 0px;
  text-align: center;
}
.nova .body .regin .full label.double {
  line-height: 20px;
}
.nova .body .regin .full input[type=text],
.nova .body .regin .full input[type=password],
.nova .body .regin .full input[type=email],
.nova .body .regin .full select {
  width: 25%;
}

.nova .body .regin .full textarea {
    width: 25%;
    margin-bottom:15px;
    float:left;
}

.nova .body .regin .full input[type=text].bankcode,
.nova .body .regin .full input[type=password].bankcode,
.nova .body .regin .full input[type=email].bankcode,
.nova .body .regin .full select.bankcode {
  width: 10%;
}
.nova .body .regin .full span:not(.tesar_disabled) {
  width: 50%;
  padding-left: 3%;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  color: #354149;
  /*float: left;*/
  float:right;
  line-height: 40px;
}
.nova .body .regin label {
  float: left;
  width: 50%;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #354149;
  text-align: left;
  padding-left: 30px;
}
.nova .body .regin label {
    height: auto;
    line-height:20px;
    padding-top:10px;
    padding-bottom:10px;
}
.nova .body .regin textarea {
    height: 80px;
    padding-top:10px;
    padding-bottom:10px;    
}


.nova .body .regin .check-box.inline label {
    padding-left:0px;
}
.nova .body .regin input[type=text],
.nova .body .regin input[type=password],
.nova .body .regin input[type=email] {
  height: 40px;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nova .body .regin input[type=text].code {
    width:35%;
    padding-right:40px;
}
.nova .body .regin .half-40 {
  float: left;
  width: 45%;
  padding-left: 30px;
}
.nova .body .regin .half-40 .fb {
  background: url(../images/fb.png) 15px center no-repeat #37589a;
  border: none;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 15px;
  max-width: 240px;
}
.nova .body .regin .half-40 .fb.white {
  background: url(../images/fb-w.png) 15px center no-repeat white;
  color: #37589a;
  border-radius: 3px;
  border: 1px solid #a3b2ca;
}
.nova .body .regin .half-40 .googleplus {
  background: url(../images/googleplus.png) 15px center no-repeat #da4a38;
  border: none;
  font-weight: 300;
  line-height: 40px;
  max-width: 240px;
}
.nova .body .regin .half-40 .googleplus.white {
  background: url(../images/googleplus-w.png) 15px center no-repeat white;
  color: #da4a38;
  border-radius: 3px;
  border: 1px solid #a3b2ca;
}
.nova .body .regin .check-box {
  margin-bottom: 0px;
}
.nova .body .regin .check-box label {
  width: 100%;
  min-height: 26px;
  line-height: 26px;
}
.nova .body .regin .separator {
  float: left;
  width: 100%;
  height: 1px ;
  background: #c6cad4;
  margin-bottom: 25px;
  margin-top: 10px;
}
.nova .body .grats {
  float: left;
  width: 100%;
  padding: 30px;
  background: url(../images/grats.png) 30px center no-repeat #77ebbb;
}
.nova .body .grats h2 {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #252f36;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0px 15%;
  font-weight: 400;
  font-style: italic;
}
.nova .body .grats h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #252f36;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  padding: 0px 15%;
  font-weight: 400;
  font-style: italic;
}
.nova .body .grats p {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #252f36;
  text-align: center;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0px 15%;
  font-weight: 400;
}
.nova .head-green {
  float: left;
  width: 100%;
  background: url(../images/big-yes.png) 30px 30px no-repeat #21c883;
  padding: 30px 30px 30px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.nova .head-green.ver2 span {
  float: left;
  line-height: 40px;
  font-size: 30px;
  color: white;
  font-weight: 600;
  padding-left: 100px;
  width: 100%;
  text-align: left;
}
.nova .head-green.ver2 h2 {
  float: left;
  line-height: 40px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  padding-left: 100px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: left;
}
.nova .head-green h2 {
  float: left;
  line-height: 40px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  padding-left: 100px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 25px;
  text-align: left;
}
.nova .head-green .close-this {
  position: absolute;
  right: 30px;
  top: 30px;
}
.nova .mobile {
  float: left;
  width: 100%;
  padding: 40px 30px 40px 27%;
  background: url(../images/mobile.png) 5% bottom no-repeat #dce9fb;
}
.nova .mobile p {
  float: left;
  width: 30%;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
}
.nova .mobile a {
  float: left;
  width: 28%;
  margin-left: 5%;
  line-height: 40px;
  margin-bottom: 20px;
  text-decoration: underline;
  color: #0e6ef5;
  text-align: left;
}
.nova .mobile a:before {
  content: "";
  float: left;
  width: 17px;
  height: 16px;
  background: url(../images/rewind.png) center center no-repeat;
  position: relative;
  margin-right: 8px;
  top: 13px;
}
.nova .mobile a.phone_change_submit:before,
.nova .mobile a.phone_change_enable:before {
    background:transparent;
}
.nova .mobile a:hover {
  text-decoration: none;
}
.nova .mobile input {
  width: 33%;
  height: 40px;
  line-height: 38px;
  background: url(../images/inputvelope.png) calc(100% - 10px) center no-repeat #fffcd5;
}
.nova .mobile input.phone:disabled {
    background:transparent;
}
.nova .mobile input.phone:not(disabled) {
    background:#fffcd5;
}

.nova .texts {
  float: left;
  width: 100%;
  padding: 30px;
  background: white;
}
.nova .texts span {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
  color: #252f36;
}
.nova .texts p {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
  color: #252f36;
}
.nova .info-op {
  float: left;
  width: 100%;
  background: url(../images/info-succes.png) 30px 30px no-repeat #fffaab;
  padding: 30px 30px 30px 30px;
  position: relative;
}
.nova .info-op.ver2 h2 {
  padding: 0px 5%;
  color: #252f36;
  line-height: 30px;
}
.nova .info-op.ver2 p {
  padding: 0px 5%;
  color: #252f36;
  margin-bottom: 20px;
}
.nova .info-op.ver2 p:last-of-type {
  margin-bottom: 0px;
}
.nova .info-op h2 {
  float: left;
  width: 100%;
  padding: 0px 10%;
  margin-bottom: 0px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #252f36;
}
.nova .info-op a {
  float: none;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  border: 1px solid #2c3841;
  border-radius: 3px;
  font-size: 14px;
  color: #2c3841;
  padding: 0px 20px;
  text-decoration: none;
  margin-top: 21px;
}
.nova .info-op a img {
  float: left;
  margin-right: 15px;
  margin-top: 13px;
}
.nova .info-op p {
  float: left;
  width: 100%;
  padding: 0px 10%;
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #252f36;
}
.nova .info-op .separator {
  float: left;
  width: 100%;
  height: 1px;
  background: #c6c68e;
  margin: 20px 0px;
}
.nova .info-op .uploads-box {
  float: left;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
}
.nova .info-op .uploads-box .upload-box {
  display: inline-block;
  width: 166px;
  height: 200px;
  text-align: center;
  margin: 0px 14px;
}
.nova .info-op .uploads-box .upload-box .imgwrap {
  background: #a0acba;
  width: 100%;
  height: 166px;
  border-radius: 5px;
  float: left;
  text-align: center;
  position: relative;
}
.nova .info-op .uploads-box .upload-box .imgwrap img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.nova .info-op .uploads-box .upload-box span {
  font-weight: bold;
  font-size: 14px;
  color: #252f36;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 34px;
}
.nova .info-new,
.dialog_container .info-new {
  float: left;
  width: 100%;
  background: url(../images/info-succes.png) 30px 30px no-repeat #fffaab;
  padding: 30px 30px 30px 30px;
  position: relative;
}
.dialog_container .info-new.green {
    background-color:#21c883;
} 
.nova .info-new.ver2 p,
.dialog_container .info-new.ver2 p {
  margin-bottom: 5px;
}
.nova .info-new.ver22,
.dialog_container .info-new.ver22 {
  padding-bottom: 0px;
}
.nova .info-new.ver22 p,
.dialog_container .info-new.ver22 p {
  margin-bottom: 0px;
  color: #252f36;
}
.nova .info-new.ver22 span,
.dialog_container .info-new.ver22 span {
  font-size: 12px;
  color: #252f36;
  opacity: 0.66;
}
.nova .info-new.ver22 img,
.dialog_container .info-new.ver22 img {
  display: block;
  margin: auto;
  margin-top: 30px;
}
.nova .info-new.ver23 p,
.dialog_container .info-new.ver23 p {
  margin-bottom: 0px;
  color: #252f36;
}
.nova .info-new.ver23 span,
.dialog_container .info-new.ver23 span {
  font-size: 12px;
  color: #252f36;
}
.nova .info-new.ver23 h3,
.dialog_container .info-new.ver23 h3 {
  float: left;
  width: 100%;
  padding: 0px 10%;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: bold;
  color: #252f36;
  font-size: 30px;
}
.nova .info-new.ver23 h3 span, 
.dialog_container .info-new.ver23 h3 span {
    display: inline;
    float: none;
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
}

.nova .info-new.ver3,
.dialog_container .info-new.ver3 {
  background: url(../images/medium-warning.png) 30px 30px no-repeat #f86c5d;
}
.nova .info-new.ver3 p,
.dialog_container .info-new.ver3 p {
  margin-bottom: 5px;
}
.nova .info-new.ver3 ,
.dialog_container .info-new.ver3 p,
.nova .info-new.ver3 span,
.dialog_container .info-new.ver3 span {
  color: #252f36;
}
.nova .info-new p,
.dialog_container .info-new p {
  float: left;
  width: 100%;
  padding: 0px 10%;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #252f36;
}
.nova .info-new span,
.dialog_container .info-new span {
  float: left;
  width: 100%;
  padding: 0px 30px;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #252f36;
}
.nova .info-new span:last-of-type,
.dialog_container .info-new span:last-of-type {
  margin-bottom: 0px;
}
.nova .head-sorry {
  float: left;
  width: 100%;
  background: #f86c5d;
  padding: 30px 30px 30px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.nova .head-sorry .close-this {
  position: absolute;
  right: 30px;
  top: 30px;
}
.nova .head-sorry img {
  display: inline-block;
  margin: auto;
}
.nova .head-sorry h3 {
  float: left;
  line-height: 40px;
  font-size: 30px;
  color: #252f36;
  font-weight: 600;
  font-style: italic;
  margin: 10px 0px 10px 0px;
  width: 100%;
  text-align: center;
}
.nova .head-sorry span {
  float: left;
  line-height: 20px;
  font-size: 16px;
  color: #252f36;
  font-weight: 600;
  font-style: italic;
  width: 100%;
  text-align: center;
}
.nova .head {
  float: left;
  width: 100%;
  background: #0e6ef5;
  padding: 25px 30px 15px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nova .head h3 {
  float: left;
  line-height: 40px;
  font-size: 30px;
  color: white;
  font-weight: 300;
  font-style: italic;
}
.nova .head h3 span {
  float: left;
  font-size: 40px;
  margin-right: 25px;
}
.nova .close-this {
  float: right;
  height: 21px;
  width: 21px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.nova .close-this:hover {
  transform: rotate(180deg);
}
.nova .close-this img {
  float: left;
  width: 100%;
}
.registration {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  position: relative;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
}
.registration .head {
  float: left;
  width: 100%;
  background: #0e6ef5;
  padding: 25px 30px 15px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.registration .head h3 {
  float: left;
  line-height: 40px;
  font-size: 30px;
  color: white;
  font-weight: 300;
  font-style: italic;
}
.registration .head h3 span {
  float: left;
  font-size: 40px;
  margin-right: 25px;
}
.registration .close-this {
  float: right;
  height: 21px;
  width: 21px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.registration .close-this:hover {
  transform: rotate(180deg);
}
.registration .close-this img {
  float: left;
  width: 100%;
}
.registration .succes {
  float: left;
  width: 100%;
  background: url(../images/info-succes.png) 30px 30px no-repeat, url(../images/envelope-succes.png) 95% bottom no-repeat #fffaab;
  padding: 30px 30px 30px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.registration .succes.ver2 {
  background: url(../images/info-succes.png) 30px 30px no-repeat #fffaab;
}
.registration .succes .close-this {
  position: absolute;
  top: 30px;
  right: 30px;
  margin: auto;
}
.registration .succes p {
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: 90%;
  color: #252f36;
  text-align: left;
  padding-left: 70px;
}
.registration .succes span {
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 90%;
  margin-top: 20px;
  color: #252f36;
  text-align: left;
  padding-left: 70px;
}
.registration .body {
  float: left;
  width: 100%;
  background: white;
  padding: 0px 0px 28px;
}
.registration .subpage {
    padding-top: 28px;
    background: transparent;
}

.registration .body .tabs-horizontal {
  margin-left: 30px;
}
.registration .body.central {
  padding: 18px 0px 40px 0px;
  text-align: center;
}
.registration .body.central button {
  float: none;
  display: inline-block;
  margin: auto;
  background: white;
  color: #0e6ef5;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0px 30px;
  line-height: 38px;
  height: 40px;
  border-color: #0e6ef5;
  width: auto;
}
.registration .regin {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 0px 30px 0px 30px;
  display: none;
}
.registration .bottoms .regin {
    margin-top: 0px;
}
.registration .regin.displayed {
  display: block;
}
.registration .regin .half-60 {
  float: left;
  width: 55%;
  border-right: 1px solid #e2e4e9;
  padding-right: 30px;
}
.registration .regin .full {
  float: left;
  width: 100%;
}
.registration .regin .full label {
  width: 25%;
}
.registration .regin .full input[type=text],
.registration .regin .full input[type=password],
.registration .regin .full input[type=email],
.registration .regin .full select {
  width: 25%;
}
.registration .regin .full span {
  width: 50%;
  padding-left: 3%;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  color: #354149;
  float: left;
  line-height: 40px;
}
.registration .regin .full span.twolines {
    line-height:20px;
}
.registration .regin label {
  float: left;
  width: 50%;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #354149;
  text-align: left;
  padding-left: 30px;
}
.registration .regin input[type=text],
.registration .regin input[type=password],
.registration .regin input[type=email] {
  height: 40px;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.registration .regin .half-40 {
  float: left;
  width: 45%;
  padding-left: 30px;
}
.registration .regin .half-40 .fb {
  background: url(../images/fb.png) 15px center no-repeat #37589a;
  border: none;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 15px;
  max-width: 240px;
}
.registration .regin .half-40 .fb.white {
  background: url(../images/fb-w.png) 15px center no-repeat white;
  color: #37589a;
  border-radius: 3px;
  border: 1px solid #a3b2ca;
}
.registration .regin .half-40 .googleplus {
  background: url(../images/googleplus.png) 15px center no-repeat #da4a38;
  border: none;
  font-weight: 300;
  line-height: 40px;
  max-width: 240px;
}
.registration .regin .half-40 .googleplus.white {
  background: url(../images/googleplus-w.png) 15px center no-repeat white;
  color: #da4a38;
  border-radius: 3px;
  border: 1px solid #a3b2ca;
}
.registration .regin .check-box {
  margin-bottom: 0px;
}
.registration .regin .check-box label {
  width: 50%;
  height: 26px;
  line-height: 26px;
  margin-top:10px;
}
.registration .regin .separator {
  float: left;
  width: 100%;
  height: 1px ;
  background: #c6cad4;
  margin-bottom: 25px;
  margin-top: 10px;
}
.registration .bottoms {
  float: left;
  width: 100%;
  border-top: 1px solid #c6cad4;
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 30px;
  padding-bottom: 40px;
  background: white;
  text-align: center;
  position: relative;
  /*margin-top: 25px;*/
}
.registration .bottoms.last {
  padding-right: 30px;
}
.registration .bottoms span {
  float: left;
  font-size: 12px;
  color: #354149;
  text-align: left;
  line-height: 1.2;
}
.registration .bottoms .next-step-reverse {
  background: white;
  color: #0e6ef5;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0px 30px;
  line-height: 38px;
  height: 40px;
  border-color: #0e6ef5;
  float: right;
  width: auto;
  text-decoration: none;
  margin-left: 30px;
}
.registration .bottoms .next-step-reverse.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}
.registration .bottoms .next-step {
  background: #0e6ef5;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0px 30px;
  line-height: 38px;
  height: 40px;
  border-color: #0e6ef5;
  float: right;
  width: auto;
}
.registration .bottoms .previous-step {
  background: white;
  color: #0e6ef5;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0px 30px;
  line-height: 38px;
  height: 40px;
  border-color: #0e6ef5;
  float: right;
  width: auto;
  margin-right: 30px;
}
.registration .bottoms .disabled {
  background: #c6cad4;
  border-color: #c6cad4;
}

.lostpassword form {
    margin: 30px 0px;
    padding: 0 30px;
    text-align: center;
    width: 100%;
    float: left;
}
.lostpassword .row {
    float:left;
}
.lostpassword label {
    color: #354149;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    text-align: left;
    width: 50%;    
}
.lostpassword input[type=text],
.lostpassword input[type=password],
.lostpassword input[type=email] {
  height: 40px;
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.lostpassword p {
    padding: 20px 30px;
    text-align: left;
    color: #252f36;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: auto;
    width: 100%;
}
.lostpassword .info-new p {
    text-align:center;
}
.lostpassword .half-60 {
  float: left;
  width: 55%;
  padding-right: 30px;
}

footer {
  background: #2c3841;
  padding: 45px 0px 25px 0px;
}
footer .socials {
  float: right;
}
footer .socials a {
  float: left;
  margin-left: 20px;
  position: relative;
}
footer .socials a:hover:after {
  opacity: 1 !important;
}
footer .socials a.soc-fb:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 12px;
  z-index: 10;
  background: url(../images/fb-c.png) 0 0 no-repeat;
  opacity: 0;
  transition: 0.3s all;
}
footer .socials a.soc-yt:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 34px;
  z-index: 10;
  background: url(../images/yt-c.png) 0 0 no-repeat;
  opacity: 0;
  transition: 0.3s all;
}
footer .socials a.soc-g:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 37px;
  z-index: 10;
  background: url(../images/g-c.png) 0 0 no-repeat;
  opacity: 0;
  transition: 0.3s all;
}
footer .socials a.soc-li:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 26px;
  z-index: 10;
  background: url(../images/l-c.png) 0 0 no-repeat;
  opacity: 0;
  transition: 0.3s all;
}
footer .socials a.soc-li {
    margin-left:15px;
}
footer .socials a.soc-in:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 26px;
  z-index: 10;
  background: url(../images/footer-ih.png) 0 0 no-repeat;
  opacity: 0;
  transition: 0.3s all;
}
footer .socials a.soc-in {
    margin-left:15px;
}
footer .socials a.soc-x:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 26px;
  z-index: 10;
  background: url(../images/footer-xh.png) 0 0 no-repeat;
  opacity: 0;
  transition: 0.3s all;
}
footer .socials a.soc-x {
    margin-left:15px;
}

footer .box {
  float: left;
  width: 220px;
  margin-right: 8%;
}
footer .box:last-of-type {
  margin-right: 0px;
}
footer .box p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 24px;
  float: left;
  width: 100%;
}
footer .box p:last-of-type {
  margin-bottom: 0px;
}
footer .box p span {
  font-weight: bold;
  float: left;
  width: 100%;
}
footer .box a {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  float: left;
  width: 100%;
  text-decoration: none;
}
footer .box a:hover {
  text-decoration: underline;
}
footer .middles {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  width: auto;
  text-decoration: none;
  margin: auto;
  margin-top: 50px;
  margin-right: 2%;
  margin-left: 2%;
}
footer .middles:hover {
  text-decoration: underline;
}
footer .thepay {
  display: inline-block;
  margin: 30px 0px;
}
footer .created {
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
}
footer .created a img {
  position: relative;
  top: 8px;
  margin-left: 5px;
}


.dialog_container .body {
  height: calc(100% - 75px - 101px);
  float: left;
  width: 100%;
  background: white;
  position: relative;
}
.dialog_container#dialog_bankaccount_1 .body{
    height: calc(100% - 75px - 1px);
}

@media (max-width: 1240px) {
  .slider .slideshow-wrap .slideshow-left {
    left: 1%;
  }
  .slider .slideshow-wrap .slideshow-right {
    right: 1%;
  }
  .slider .slideshow-wrap .maskot {
    right: 1%;
  }
  header nav .a {
    display: none;
  }
  header nav .a-menu,
  header nav .has-menu span {
    margin-right: 2px;
  }
  header nav .submenu .faq .tripod a.special {
    padding-left: 0px;
  }
  header nav .submenu .log-reg .dualpod .fb,
  header nav .submenu .log-reg .dualpod .googleplus {
    font-size: 11px;
  }
  .subpage .slider .body .table tr {
    font-size: 13px;
  }
  footer .box {
    float: left;
    width: 220px;
    margin-right: 4%;
  }
  .slider .calc .right.three .box {
    width: 22%;
  }
  .slider .calc .right.three .mega-box {
    width: 28%;
  }
  .slider .calc .left.three {
    padding-left: 15px;
  }
  .slider .calc .left p {
    margin-left: 10px;
  }
}
@media (max-height: 768px) {
  .overlay-cover.no-vertical-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    display: block;
    top: 0px;
    background: rgba(32, 41, 47, 0.6);
    z-index: 99999999;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
  }
  .overlay-cover.no-vertical-mobile .inside {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .overlay-cover.no-vertical-mobile .splatit {
    height: calc(100% - 100px);
    overflow: hidden;
  }
  .overlay-cover.no-vertical-mobile .splatit.splatit1 .body {
    height: calc(100% - 75px);
  }
  .overlay-cover.no-vertical-mobile .registration {
    margin-top: 0px;
    margin-bottom: 0px;
    height: calc(100% - 40px);
    overflow: hidden;
  }
  .overlay-cover.no-vertical-mobile .registration .body {
    height: calc(100% - 75px - 101px);
    padding: 0px;
  }
  .overlay-cover.no-vertical-mobile .registration.nobottoms .body {
    height: calc(100% - 101px);
  } 
  
  
}


@media (max-width: 1220px) {
  header .logo span {
    display: none;
  }
}

@media (max-width: 1024px) {
  header .logo span {
    display: none;
  }
  .need-help {
    display: none;
  }
  .slider {
    min-height: 0px;
  }
  footer .box {
    margin-right: 0px;
    width: 200px;
  }
  .letsHelp .half {
    width: 100%;
    border: none !important;
  }
  .whoweare .box {
    width: 32.33333%;
    height: auto;
    min-height: 240px;
  }
  .whoweare p {
    display: inline;
    float: none;
  }
  .slider .body.loans .late-stripe,
  .slider .body.loans .active-stripe,
  .slider .body.loans .working-stripe,
  .slider .body.loans .notApproved-stripe {
    font-size: 16px !important;
  }
  .slider .body.loans .notApproved-stripe {
    line-height: 1.2 !important;
    padding-top: 28px;
    padding-bottom: 25px;
  }
  .slider .body.loans .notApproved-stripe button {
    margin-top: -5px !important;
  }
  .slider .body.loans .warning-stripe {
    background-position: 30px 25px !important;
    line-height: 1.2 !important;
    padding-top: 28px;
    padding-bottom: 25px;
  }
  .slider .body.loans .warning-stripe a {
    margin-top: -7px;
  }
  .slider .body .history {
    overflow: auto;
  }
  .slider .body table,
  .slider .body .box-loan,
  .slider .body .history,
  .slider .body .late-stripe,
  .slider .body .warning-stripe,
  .slider .body .notApproved-stripe,
  .slider .body .reasons,
  .slider .body .working-stripe,
  .slider .body .active-stripe {
    /*min-width: 960px;*/
  
  }
  .slider .body .history .history-row,
  .slider .body .history .history-header {
    min-width: 960px;
  }
  
  
  .slider .body .box-loan {
    text-align: center;
  }
  .slider .body .box-loan .box-box {
    min-width: 140px;
    float: none !important;
    display: inline-block;
    margin: 0px 7.5px 7.5px 7.5px !important;
  }
  .slider .body .box-loan .right {
    float: none !important;
    display: inline-block;
    margin-top: 7.5px;
    width: 100% !important;
    /*min-width: 300px;*/
  }
  .slider .body .box-loan .show-more .more-body .content {
    overflow: auto;
  }
  .slider .body .box-loan .show-more .more-body .content table {
    min-width: 960px;
  }
  .details label {
    width: 30%;
    min-width: 290px;
  }
  .details input[type=text],
  .details input[type=email],
  .details input[type=password],
  .details select {
    width: 30%;
    min-width: 300px;
  }
  .details .file label {
    min-width: 0px;
  }
  .file span {
    display: block !important;
  }
  
  .overlay-cover .dialog_container {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
  }
  
  .overlay-cover.no-vertical-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    display: block;
    top: 0px;
    background: rgba(32, 41, 47, 0.6);
    z-index: 99999999;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
  }
  .overlay-cover.no-vertical-mobile .inside {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .overlay-cover.no-vertical-mobile .splatit {
    height: calc(100% - 100px);
    overflow: hidden;
  }
  .overlay-cover.no-vertical-mobile .splatit.splatit1 .body {
    height: calc(100% - 75px);
  }
  .overlay-cover.no-vertical-mobile .registration {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    overflow: hidden;
  }
  .overlay-cover.no-vertical-mobile .registration .body {
    height: calc(100% - 75px - 101px);
    padding: 0px 0px;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tabs-horizontal {
    margin-top: 28px;
    margin-left: 30px;
  }
  .overlay-cover.no-vertical-mobile .registration .body .full label {
    width: 50%;
  }
  .overlay-cover.no-vertical-mobile .registration .body .full input {
    width: 50%;
  }
  .overlay-cover.no-vertical-mobile .registration .body .full span {
    float: left;
    width: 100%;
    text-align: right;
    padding-left: 0px;
    line-height: 25px;
    height: auto;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide {
    padding: 0px 30px;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide .half-60,
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide .half-40 {
    width: 100%;
    border: none;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide .bottoms {
    padding-right: 30px;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide .bottoms span {
    display: block !important;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide .half-40 {
    border-top: 1px solid #e2e4e9;
    padding-top: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide .half-40 a {
    float: none;
    display: block;
  }
  .overlay-cover.no-vertical-mobile .registration.nobottoms .body {
    height: calc(100% - 101px);
  }
  .overlay-cover.scroll-yes {
    display: inline-block;
  }
  .overlay-cover.scroll-yes .inside {
    display: inline-block;
    padding-top: 50px;
  }
  .overlay-cover .registration .head {
    padding-left: 15px;
    padding-right: 15px;
  }
  .overlay-cover .registration .head h3 {
    font-size: 16px;
  }
  .overlay-cover .registration .head h3 span {
    font-size: 20px;
    margin-right: 10px;
  }
  .overlay-cover .nova {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
  }  
  .overlay-cover .nova.auto {
    height: auto;
    margin: auto;
  }
  .overlay-cover .nova.respone {
    margin-top: 20px;
    margin-bottom: 20px;
    height: calc(100% - 40px);
  }
  .overlay-cover .nova .body .regin.no-pading {
    padding: 15px;
  }
  .overlay-cover .nova .body .regin.no-pading .full label {
    width: 50%;
    padding-left: 0px;
  }
  .overlay-cover .nova .body .regin.no-pading .full input,
  .overlay-cover .nova .body .regin.no-pading .full select {
    width: 50%;
  }
  .overlay-cover .nova .body .regin.no-pading .full .half {
    width: 100%;
    padding-left: 0px;
  }
  .overlay-cover .nova .body .regin.no-pading .full .half p {
    padding-left: 0px;
  }
  .overlay-cover .nova .body .regin.no-pading .full .half .half {
    width: 50%;
  }
  .overlay-cover .nova .body .regin.no-pading .full .half .megainfo-row {
    font-size: 14px;
    line-height: 30px;
    height: auto;
    width: 100%;
  }
  .overlay-cover .nova .body .regin .full h3 {
    width: 100%;
  }
  .overlay-cover .nova .body .regin .full label {
    width: 50%;
    padding-left: 0px;
  }
  .overlay-cover .nova .body .regin .full input,
  .overlay-cover .nova .body .regin .full select {
    width: 50%;
  }
  .overlay-cover .nova .body .regin .full span {
    width: 100%;
    line-height: 1.3;
    padding-left: 0px;
    margin-bottom: 15px;
    margin-top: -10px;
    text-align: right;
  }
  .overlay-cover .nova .body .regin .full .check-box label {
    width: 100%;
  }
  .overlay-cover .nova .body .regin .full .check-box.halfie {
    width: 100%;
  }
  .overlay-cover .nova .body .regin .full .radio-box label {
    width: 100%;
  }
  .overlay-cover .nova .body .regin .full .lom {
    width: 10%;
  }
  .overlay-cover .nova .body .regin .full .banknumber {
    width: 30%;
  }
  .overlay-cover .nova .body .regin .full .half {
    width: 100%;
    padding-left: 0px;
  }
  .overlay-cover .nova .body .regin .full .half p {
    padding-left: 0px;
  }
  .overlay-cover .nova .body .regin .full .half .half {
    width: 50%;
  }
  .overlay-cover .nova .agreetment {
    padding-left: 0px;
  }
  .overlay-cover .nova .agreetment span {
    margin-left: 0px;
    width: 100%;
  }
  .overlay-cover .nova .agreetment p {
    padding-left: 0px;
    line-height: 1.3;
  }
  .overlay-cover .nova .agreetment p a {
    margin-bottom: 5px;
  }
  .overlay-cover .nova .row.padding-left-30 {
    padding: 0px 15px;
  }
  .overlay-cover .nova .texty {
    padding: 15px;
  }
  .overlay-cover .nova .switches .tabs-horizontal {
    width: 100%;
  }
  .overlay-cover .nova .switches .tabs-horizontal .tab {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #2c3841;
  }
  .overlay-cover .nova .switches .tabs-horizontal .tab:last-of-type {
    border-bottom: none;
  }
  .overlay-cover .nova .close-this {
    height: 16px;
    width: 16px;
    margin-top: 11px;
  }
  .overlay-cover .nova .head {
    padding-left: 15px;
    padding-right: 15px;
  }
  .overlay-cover .nova .head h3 {
    font-size: 16px;
  }
  .overlay-cover .nova .head h3 span {
    font-size: 20px;
    margin-right: 10px;
  }
  .overlay-cover .nova .body .grats {
    padding: 70px 15px 15px 15px;
    background-size: 50px;
    background-position: center 15px;
  }
  .overlay-cover .nova .body .grats h2,
  .overlay-cover .nova .body .grats h3,
  .overlay-cover .nova .body .grats p {
    padding: 0px 0px;
  }
  .overlay-cover .nova .body .details {
    padding: 15px;
  }
  .overlay-cover .nova .body .details label {
    padding-left: 0px;
  }
  .overlay-cover .nova .body .details .upload-field {
    text-align: left;
  }
  .overlay-cover .nova .body .details .upload-field .file-box {
    width: 100%;
  }
  .overlay-cover .nova .body .details .upload-field .file-box label {
    padding: 0px 8px;
  }
  .overlay-cover .nova .body .details .upload-field .file-box p {
    float: left;
    width: 100% !important;
  }
  .overlay-cover .nova .body .details .upload-field p {
    float: none;
    display: inline;
    padding-left: 0px;
  }
  .overlay-cover .nova .body .blue-box {
    padding: 15px;
  }
  .overlay-cover .nova .body .blue-box p.special {
    padding-left: 0px;
    font-size: 14px;
    padding-right: 10px;
    margin-right: 0px;
  }
  .overlay-cover .nova .body .blue-box button {
    width: auto;
    padding: 0px 8px;
  }
  .overlay-cover .nova .body .blue-box h2 {
    width: 100%;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    height: auto;
  }
  .overlay-cover .nova .body .blue-box h2 img {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .overlay-cover .registration .close-this {
    height: 16px;
    width: 16px;
    margin-top: 11px;
  }
  .overlay-cover .splatit {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
  }
  .overlay-cover .splatit.auto {
    height: auto;
    margin: auto;
  }
  .overlay-cover .splatit.respone {
    margin-top: 20px;
    margin-bottom: 20px;
    height: calc(100% - 40px);
  }
  .overlay-cover .splatit .close-this {
    height: 16px;
    width: 16px;
    margin-top: 11px;
  }
  .overlay-cover .splatit .head {
    padding-left: 15px;
    padding-right: 15px;
  }
  .overlay-cover .splatit .head h3 {
    font-size: 16px;
  }
  .overlay-cover .splatit .body .leftover {
    font-size: 22px;
  }
  .overlay-cover .splatit .body .banks {
    padding: 20px 30px;
  }  
  .overlay-cover .nova .body .banks {
    padding: 20px 30px;
  } 
  
  #dialog_loanrequest_2 .grats,
  #dialog_loanprolong_3 .grats,
  #dialog_loanschedule_3 .grats {
      display:none;
  }
    
  .nova .bottoms .check-box.texty_container {
      width:100%;
      margin:0px;   
  }
  
  
  .dialog_container .body {
      height: calc(100% - 75px - 61px);
  }
  .dialog_container#dialog_bankaccount_1 .body {
      height: calc(100% - 65px);
  } 

  
  .overlay-cover .head {
    padding-top:5px;
    padding-bottom:5px;
  }
  
  .overlay-cover .bottoms {
      padding-top: 10px;
      padding-bottom:10px;
      min-height:90px;
  }

}
/*@media (max-width: 965px) {*/
@media (max-width: 1100px) {
  .nova .counting {
    padding: 15px;
  }
  .nova .counting span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .nova .counting input {
    height: 40px;
    line-height: 38px;
    font-size: 22px;
  }
  .nova .counting p {
    line-height: 40px;
    font-size: 22px;
  }
  .videonavod .half {
    width: 100%;
  }
  .slider .slideshow-wrap .maskot {
    display: none;
  }
  .slider #owl .item img {
    right: 0px;
    max-width: 90%;
    bottom: 0px;
  }
  .slider .slideshow-wrap .slideshow-left,
  .slider .slideshow-wrap .slideshow-right {
    height: 20px;
  }
  .slider #owl {
    height: 200px;
  }
  .slider .owl-pagination {
    bottom: 5px;
  }
  .slider #owl .item {
    height: 200px;
  }
  .banner {
    background: url(../images/maskot2.png) right bottom no-repeat #559fe4;
  }
  .banner h2 {
    width: 100%;
    text-align: center;
  }
  .banner .wrap {
    text-align: center;
  }
  .banner .moreinfo {
    float: none;
    margin: auto;
    margin-top: 20px;
    display: inline-block;
  }
  .videomanual {
    padding-bottom: 0px;
  }
  .videomanual .left {
    width: 100%;
  }
  .videomanual .left h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
  }
  .videomanual .left p {
    margin: 0px;
    text-align: center;
    width: 100%;
    font-size: 25px;
    line-height: 1.4;
    padding: 0px;
  }
  .videomanual .right {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .videomanual .right img {
    float: none;
    display: inline-block;
    margin: auto;
  }
  .videomanual .right .navod {
    right: 0px;
    bottom: auto;
    top: -20px;
    max-width: 290px;
    padding: 0px;
    text-align: center;
  }
  .videomanual .right .navod img {
    float: none;
    display: inline-block;
    margin-top: 0px;
    position: relative;
    top: 2px;
  }
  .slider .calc {
    margin-top: 20px;
  }
  .slider .calc .left {
    display: none;
  }
  .slider .calc .right {
    width: 100%;
  }
  header nav {
    display: none;
  }
  header .wrap {
    text-align: center;
    width: 100%;
  }
  header .logo {
    display: inline-block;
    float: none;
    width: 60%;
    text-align: center;
    position: relative;
  }
  header .logo img {
    float: none;
    display: inline-block;
    max-width: 90%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  header .menu-button,
  header .user-button {
    display: block;
    width: 20%;
  }
  header .menu-button img,
  header .user-button img {
    max-width: 45%;
    max-height: 45%;
  }
  .respo-menu,
  .respo-user {
    display: block;
  }
  .details .file-box {
    width: 95%;
  }
  
  .half60, .half55, .half50, .half45, .half40 {
      width:100%;
  }
  .half60.padr, .half55.padr, .half50.padr, .half45.padr, .half40.padr {
      padding-right:0px;
  }
  .half60.padl, .half55.padl, .half50.padl, .half45.padl, .half40.padl {
      padding-left:0px;
  }
  
}
@media (max-width: 820px) {
  .details label {
    width: 100%;
    min-width: 0px;
    padding-left: 0px;
  }
  .details input[type=text],
  .details input[type=email],
  .details input[type=password],
  .details select,
  .details textarea {
    width: 100%;
    min-width: 0px;
  }
  
  .details input[type=text].with_hint,
  .details input[type=email].with_hint,
  .details input[type=password].with_hint,
  .details select.with_hint,
  .details textarea.with_hint {
      width: calc(100% - 40px);
  }
  
  .details input + span:not(.hint) {
    width: 90%;
  }
  .details .validate {
    margin-left: 0px;
  }
  .details span {
    display: none;
  }
  .details span.hint
  {
      display:inline-block;
  }
  .details span.hint > span {
      display:inline-block;
  }
  
  .details .upload-box span {
    display: inline-block;
  }
  .details .info-span {
    display: none;
  }
  .details .check-box.auto label {
    max-width: 90%;
  }
  .details .check-box label {
    width: auto;
    min-width: 0px;
    padding-right: 20px !important;
  }
  footer .box {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .socials {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  footer .socials a {
    float: none;
    display: inline-block;
    margin: 0px 10px;
  }
  footer .middles {
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  footer .thepay {
    margin: 20px 0px;
  }
  footer .created {
    font-size: 12px;
  }
  .help h2 {
    font-size: 30px;
  }
  .help h2 br {
    display: none;
  }
  .help p br {
    display: none;
  }
  .nova .choseMoneys .slider .slidex #slider,
  .nova .choseMoneys .slider .slidex #sliderA,
  .nova .choseMoneys .slider .slidex #sliderB {
    width: 64%;
    margin: 0px 13%;
  }
}
@media (max-width: 768px) {
  .slider .body.loans .notApproved-stripe {
    line-height: 1.2 !important;
    padding-top: 28px;
    padding-bottom: 25px;
  }
  .slider .body.loans .notApproved-stripe button {
    margin-top: 10px !important;
    font-size: 10px !important;
    padding: 0px 5px !important;
    width: 100% !important;
  }
  .subpage .slider .body.loans .box .button {
    width: 100%;
    max-width: 260px;
    padding: 0px 0px;
  }
  .body .tabs-horizontal {
    width: auto;
  }
  .body .tabs-horizontal .tab {
    width: auto;
    padding: 0px 8px;
    font-size: 12px;
  }
  .subpage .slider .header.acc h1 {
    width: 100%;
    margin-right: 0px;
    padding: 20px 0px 5px 0px;
    line-height: 30px;
  }
  .subpage .slider .header.acc a {
    margin-top: 10px;
  }
  .tabs-vertical .tab .tab-head {
    width: 100%;
    position: relative;
  }
  .tabs-vertical .tab .tab-head span {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .tabs-vertical .tab .tab-head h2 {
    float: right;
    width: 100%;
    padding-left: 80px;
    margin-left: 0px !important;
    line-height: 25px !important;
    padding-top: 14px !important;
  }
  .tabs-vertical .tab .tab-body {
    padding: 10px 5% !important;
    margin-top: 20px;
  }
  .tabs-vertical .tab .tab-body ul {
    padding-right: 25px !important;
  }
  .tabs-vertical .tab .tab-body p br {
    display: none;
  }
  .slider .calc .right {
    height: auto !important;
  }
  .slider .calc .right.two p {
    float: left;
    width: 100%;
    text-align: center;
  }
  .slider .calc .right.two .whole {
    width: 100%;
  }
  
  .slider .calc .right.three .box {
    width: 48%;
  }
  .slider .calc .right.three .box:nth-of-type(3) {
    width: 100%;
    margin-top: 10px;
  }
  .slider .calc .right.three .box:nth-of-type(3) p {
    width: 48%;
    line-height: 33px;
    margin-right: 2%;
  }
  .slider .calc .right.three .box:nth-of-type(3) .price {
    width: 48%;
    margin-top: 0px;
  }
  .slider .calc .right.three .mega-box {
    width: 100%;
    margin: 20px 0px 10px 0px;
  }
  .overlay-cover .registration .succes {
    padding: 15px;
    background-position: 15px 30px, 15px bottom;
    background-size: 40px auto;
  }
  .overlay-cover .registration .succes p {
    font-size: 14px;
    padding-left: 60px;
    line-height: 1.3;
    padding-top: 26px;
  }
  .overlay-cover .registration .succes p + p {
    padding-top: 10px;
  }
  .overlay-cover .registration .succes span {
    font-size: 12px;
    padding-left: 60px;
    line-height: 1.3;
    padding-top: 10px;
    margin-top: 0px;
  }
  .overlay-cover .registration .close-this.absolut {
    margin-top: 0px;
    right: 15px;
    top: 15px;
  }
  .overlay-cover .nova .mobile {
    padding: 30px 15px 50px 15px;
  }
  .overlay-cover .nova .head-green {
    padding: 15px;
    background-position: 15px 30px;
    background-size: 40px auto;
  }
  .overlay-cover .nova .head-green h2 {
    font-size: 14px;
    padding-left: 60px;
    line-height: 1.3;
    padding-top: 26px;
  }
  .overlay-cover .nova .head-green span + h2 {
    padding-top: 10px;
    padding-left: 60px;
    width: 100%;
    text-align: left;
  }
  .overlay-cover .nova .head-green span {
    font-size: 16px;
    padding-left: 60px;
    line-height: 1.3;
    padding-top: 23px;
  }
  .overlay-cover .nova .close-this.absolut {
    margin-top: 0px;
    right: 15px;
    top: 15px;
  }
  .overlay-cover .nova.auto .bottoms {
    padding-bottom: 20px !important;
  }
  .overlay-cover .nova.auto .bottoms button,
  .overlay-cover .nova.auto .bottoms .button {
    width: auto;
    padding: 0px 8px;
    margin-left: 5px !important;
    margin-right: 0px !important;
  }
  .overlay-cover .nova .bottoms {
    padding-right: 30px;
  }
  .overlay-cover .nova .bottoms span {
    display: none;
  }
  .overlay-cover .nova .bottoms button,
  .overlay-cover .nova .bottoms .button {
    width: auto;
    padding: 0px 8px;
    margin-left: 5px !important;
    margin-right: 0px !important;
  }
  
  .overlay-cover .nova .bottoms .skip-step {
      margin-left:10px;
      padding-left:10px;
      font-size:80%;
      line-height:19px;
  }
  .overlay-cover .nova .bottoms .skip-step br {
      display:block;
  }
  .overlay-cover .nova .bottoms {
      padding-left:10px;
      padding-right:10px;
  }
  
  
  .overlay-cover .registration.auto .bottoms {
    padding-bottom: 20px !important;
  }
  .overlay-cover .registration.auto .bottoms button,
  .overlay-cover .registration.auto .bottoms .button {
    width: auto;
    padding: 0px 8px;
    margin-left: 5px !important;
    margin-right: 0px !important;
  }
  .overlay-cover .registration .bottoms {
    padding-right: 30px;
  }
  .overlay-cover .registration .bottoms span {
    display: none;
  }
  .overlay-cover .registration .bottoms button,
  .overlay-cover .registration .bottoms .button {
    width: auto;
    padding: 0px 8px;
    margin-left: 5px !important;
    margin-right: 0px !important;
  }
  .overlay-cover .splatit .close-this.absolut {
    margin-top: 0px;
    right: 15px;
    top: 15px;
  }
  .overlay-cover .splatit .celebration-img {
    display: none;
  }
  .overlay-cover .splatit .head-red {
    padding: 15px;
    background-position: 15px 30px;
    background-size: 40px auto;
  }
  .overlay-cover .splatit .head-red h2 {
    font-size: 16px;
    padding-left: 60px;
    line-height: 1.3;
    padding-top: 23px;
  }
  .overlay-cover .splatit .celebration {
    padding: 15px;
  }
  .overlay-cover .splatit .celebration .row img {
    width: 42px;
  }
  .overlay-cover .splatit .celebration h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .overlay-cover .splatit .celebration p {
    font-size: 14px;
  }
  .overlay-cover .splatit .buttons {
    padding-bottom: 20px !important;
  }
  .overlay-cover .splatit .buttons button,
  .overlay-cover .splatit .buttons .button {
    width: auto;
    padding: 0px 8px;
    margin-left: 5px !important;
    margin-right: 0px !important;
  }
  
  
  .calc.volsor .row .one.right,
  .calc.volsor .row .two.right {
      padding-bottom:15px;
  }
  .calc.volsor .row .one.right:after,
  .calc.volsor .row .two.right:after {
      display:none;
  }
  .calc.volsor .row .four.right {
      padding-bottom:15px;
  }
  
}
@media (max-width: 660px) {
  .nova .choseMoneys {
    padding: 0px 15px;
    margin-bottom: 15px;
  }
  .nova .choseMoneys .pic {
    height: 40px;
  }
  .nova .choseMoneys .pic img {
    max-width: 80%;
  }
  .nova .choseMoneys .slider .slidex {
    height: 40px;
  }
  .nova .choseMoneys .slider .slidex .minus {
    width: 8%;
    height: 29px;
    line-height: 26px;
  }
  .nova .choseMoneys .slider .slidex .minus:after {
    font-size: 12px;
    line-height: 29px;
  }
  .nova .choseMoneys .slider .slidex #slider,
  .nova .choseMoneys .slider .slidex #sliderA,
  .nova .choseMoneys .slider .slidex #sliderB {
    width: 60%;
    margin: 0px 11%;
  }
  .nova .choseMoneys .slider .slidex #slider .ui-slider-handle,
  .nova .choseMoneys .slider .slidex #sliderA .ui-slider-handle,
  .nova .choseMoneys .slider .slidex #sliderB .ui-slider-handle {
    width: 60px;
    font-size: 12px;
    line-height: 38px;
    margin-left: -30px;
  }
  .nova .choseMoneys .slider .slidex .plus {
    width: 8%;
    height: 29px;
    line-height: 26px;
  }
  .nova .choseMoneys .slider .slidex .plus:before {
    font-size: 12px;
    line-height: 29px;
  }
  .slider .slidex {
    height: 40px;
  }
  .slider .slidex .minus {
    width: 8%;
    height: 29px;
    line-height: 26px;
  }
  .slider .slidex .minus:after {
    font-size: 12px;
    line-height: 29px;
  }
  .slider .slidex #slider {
    width: 60%;
    margin: 0px 11%;
  }
  .slider .slidex #slider .ui-slider-handle {
    width: 60px;
    font-size: 12px;
    line-height: 38px;
    margin-left: -30px;    
  }
  .slider .slidex .plus {
    width: 8%;
    height: 29px;
    line-height: 26px;
  }
  .slider .slidex .plus:before {
    font-size: 12px;
    line-height: 29px;
  }
  .overlay-cover .splatit .body .leftover {
    font-size: 22px;
  }
  
  
  .overlay-cover .splatit .body .banks {
    padding: 20px 30px;
  }
  .overlay-cover .splatit .body .banks h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    height: auto;
  }
  .overlay-cover .splatit .body .banks h3 img {
    display: block;
    margin: 10px auto;
    float: none;
  }  
  .overlay-cover .nova .body .banks {
    padding: 20px 30px;
  }
  .overlay-cover .nova .body .banks h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    height: auto;
  }
  .overlay-cover .nova .body .banks h3 img {
    display: block;
    margin: 10px auto;
    float: none;
  }  
  
  
  .subpage .slider .header.acc a {
    margin-top: 10px;
    width: 32.5%;
    margin-right: 1.25%;
    text-align: center;
    padding: 0px;
  }
  .subpage .slider .header.acc a:last-of-type {
    margin-right: 0px;
  }
  .slider .header h1 {
    font-size: 25px;
    line-height: 1.2;
  }
  .whoweare .box {
    width: 49%;
  }
  .whoweare .box .photo {
      width:125px;
      height:125px;
  }
  
  .whoweare .box img {
    max-width: 125px;
  }
  .slider .calc .right {
    padding: 0px 15px;
  }
  .slider .calc .right.two .whole {
    height: 42px;
  }
  .slider .calc .right.two .whole label,
  .slider .calc .right.two .whole span {
    font-size: 14px;
    line-height: 40px;
  }
  .slider .calc .right.three .box {
    width: 100%;
  }
  .slider .calc .right.three .box p {
    font-size: 14px;
  }
  .slider .calc .right.three .box:nth-of-type(3) .price {
    font-size: 20px;
    text-align: right;
  }
  
  .slider .slidex .ui-slider.ui-slider-horizontal#vol_slider1,
  .slider .slidex .ui-slider.ui-slider-horizontal#vol_slider2 {
      width:62%;      
  }
  .slider .slidex .ui-slider.ui-slider-horizontal#vol_slider1 .ui-slider-handle,
  .slider .slidex .ui-slider.ui-slider-horizontal#vol_slider2 .ui-slider-handle {
      line-height:36px;
      font-size:16px;
      width:100px;
  }
  .slider .slidex .minus_value {
      line-height:26px;
  }
  .slider .slidex .plus_value {
      line-height:26px;
  }
  

  
}
@media (max-width: 560px) {
  .nova .counting {
    padding: 15px;
  }
  .nova .counting span {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .nova .counting input {
    width: 80%;
    text-align: center;
  }
  .nova .counting p {
    width: 20%;
    text-align: center;
  }
  .overlay-cover .nova .mobile p,
  .overlay-cover .nova .mobile input {
    width: 50%;
  }
  .overlay-cover .nova .mobile a {
    width: auto;
    float: right;
    text-align: right;
  }
  .subpage .videonavod .navod h2 {
    font-size: 12px;
    margin-left: 10px;
  }
  .subpage .videonavod .navod p {
    padding-left: 0% !important;
  }
  .subpage .videonavod .navod p br {
    display: none;
  }
  .subpage .videonavod .video-manual iframe {
    height: 200px;
  }
  .tabs-vertical .tab {
    margin-bottom: 25px !important;
  }
  .tabs-vertical .tab .tab-head h2 {
    font-size: 16px !important;
    line-height: 20px !important;
    padding-top: 14px !important;
  }
  .letsHelp {
    padding: 25px 0px;
  }
  .letsHelp .half {
    padding: 0px;
    margin-bottom: 20px;
  }
  .letsHelp .half .picwrap {
    width: 30%;
  }
  .letsHelp .half p {
    width: 70%;
  }
  .letsHelp .half p br {
    display: none;
  }
  .menu-button,
  .user-button {
    width: 85px;
  }
  .nova .tabsTop {
    padding: 0px 15px;
  }
  .nova .tabsTop .whole {
    height: 42px;
  }
  .nova .tabsTop .whole label {
    font-size: 14px;
    line-height: 40px;
  }
  .nova .banner h2 br {
    display: none;
  }
  .nova .texts {
    padding: 15px;
  }
  .nova .texts p {
    font-size: 14px;
  }
  .nova .info-new,
  .nova .info-op {
    background-position: 15px 30px;
    background-size: 25px;
  }
  .nova .info-op h2 {
    line-height: 25px;
    font-size: 14px;
  }
  .nova .info-new.ver3 {
    background-position: 15px 30px;
    background-size: 25px;
  }
}
@media (max-width: 480px) {
  .overlay-cover.no-vertical-mobile .registration {
    overflow: hidden;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tabs-horizontal {
    width: calc(100% - 60px);
    margin-left: 30px;
  }
  .overlay-cover.no-vertical-mobile .registration .body .full label {
    padding-left: 0px;
    width: 100%;
    line-height: 25px;
    height: auto;
    margin-bottom: 10px;
  }
  .overlay-cover.no-vertical-mobile .registration .body .full input {
    width: 100%;
  }
  .overlay-cover.no-vertical-mobile .registration .body .full span {
    width: 100%;
    line-height: 1.3;
    padding-left: 0px;
    margin-bottom: 15px;
    margin-top: -10px;
    text-align: right;
    font-size: 12px;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide .bottoms {
    padding-right: 0px;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide .bottoms span {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide .half-60 {
    padding: 0px 0px;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide .half-60 label {
    padding-left: 0px;
    width: 100%;
    line-height: 25px;
    height: auto;
    margin-bottom: 10px;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide .half-60 input {
    width: 100%;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide .half-40 {
    padding: 30px 0px;
    margin-bottom: 0px;
  }
  .overlay-cover.no-vertical-mobile .registration .body .tab-reg-hide .half-40 a {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
  .details h4 {
    font-size: 16px;
  }
  .details .upload-field {
    padding-left: 0px;
  } 
  .body .tabs-horizontal {
    width: 100%;
  }
  .body .tabs-horizontal .tab {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #2c3841;
  }
  .body .tabs-horizontal .tab:last-of-type {
    border-bottom: none;
  }
  .whoweare .box {
    width: 99%;
  }
  .subpage .slider .header.acc a {
    margin-top: 10px;
    width: 100%;
    margin-right: 0%;
    text-align: center;
    padding: 0px;
  }
  .subpage .slider .header.acc a:last-of-type {
    margin-right: 0px;
  }
  .overlay-cover .nova .body .regin .full h3,
  .overlay-cover .nova .body .regin.no-pading .full h3 {
    width: 100%;
  }
  .overlay-cover .nova .body .regin .full label,
  .overlay-cover .nova .body .regin.no-pading .full label {
    width: 100%;
    padding-left: 0px;
    line-height: 1.3;
    height: auto;
    margin-bottom: 5px;
  }
  
  .overlay-cover .nova .body .regin .full label.with_checkbox,
  .overlay-cover .nova .body .regin.no-padding .full label.with_checkbox {
      width: calc(100% - 35px);      
  }  
  .overlay-cover .nova .body .regin .full label.with_checkbox + .check-box > label,
  .overlay-cover .nova .body .regin.no-padding .full label.with_checkbox + .check-box > label {
      padding-top:5px;
  }
  
  .overlay-cover .nova .body .regin .full input,
  .overlay-cover .nova .body .regin.no-pading .full input,
  .overlay-cover .nova .body .regin .full select,
  .overlay-cover .nova .body .regin.no-pading .full select,
  .overlay-cover .nova .body .regin textarea {
    width: 100%;
  }
  
  .overlay-cover .nova .body .regin .full input.with_hint,
  .overlay-cover .nova .body .regin.no-pading .full input.with_hint,
  .overlay-cover .nova .body .regin .full select.with_hint,
  .overlay-cover .nova .body .regin.no-pading .full select.with_hint {
      width: calc(100% - 50px);
  }
  
  .overlay-cover .nova .body .regin .full input.with_hint + .hint,
  .overlay-cover .nova .body .regin.no-pading .full input.with_hint + .hint,
  .overlay-cover .nova .body .regin .full select.with_hint + .hint,
  .overlay-cover .nova .body .regin.no-pading .full select.with_hint + .hint {
      margin-top:5px;
  }
  
  .overlay-cover .nova .body .regin .full span,
  .overlay-cover .nova .body .regin.no-pading .full span {
    width: 100%;
    line-height: 1.3;
    padding-left: 0px;
    margin-bottom: 15px;
    margin-top: -10px;
    text-align: right;
    font-size: 12px;
  }
  .overlay-cover .nova .body .regin .full .check-box label,
  .overlay-cover .nova .body .regin.no-pading .full .check-box label {
    line-height: 28px;
  }
  .overlay-cover .nova .body .regin .full .radio-box,
  .overlay-cover .nova .body .regin.no-pading .full .radio-box {
    width: 50%;
    min-width: 70px;
  }
  .overlay-cover .nova .body .regin .full .radio-box label,
  .overlay-cover .nova .body .regin.no-pading .full .radio-box label {
    line-height: 28px;
  }
  .overlay-cover .nova .body .regin .full .lom,
  .overlay-cover .nova .body .regin.no-pading .full .lom {
    width: 10%;
    line-height: 40px;
  }
  .overlay-cover .nova .body .regin .full .banknumber,
  .overlay-cover .nova .body .regin.no-pading .full .banknumber {
    width: 65%;
  }
  .overlay-cover .nova .body .regin .full input.bankcode,
  .overlay-cover .nova .body .regin.no-pading .full input.bankcode {
    width: 25%;
  }
  .overlay-cover .nova .body .regin .full .half,
  .overlay-cover .nova .body .regin.no-pading .full .half {
    width: 100%;
    padding-left: 0px;
  }
  .overlay-cover .nova .body .regin .full .half input[type=text],
  .overlay-cover .nova .body .regin.no-pading .full .half input[type=text],
  .overlay-cover .nova .body .regin .full .half input[type=email],
  .overlay-cover .nova .body .regin.no-pading .full .half input[type=email],
  .overlay-cover .nova .body .regin .full .half input[type=password],
  .overlay-cover .nova .body .regin.no-pading .full .half input[type=password],
  .overlay-cover .nova .body .regin .full .half select,
  .overlay-cover .nova .body .regin.no-pading .full .half select {
    width: 100%;
  }
  
  .overlay-cover .nova .body .regin .full .half input[type=text].with_hint,
  .overlay-cover .nova .body .regin.no-pading .full .half input[type=text].with_hint,
  .overlay-cover .nova .body .regin .full .half input[type=email].with_hint,
  .overlay-cover .nova .body .regin.no-pading .full .half input[type=email].with_hint,
  .overlay-cover .nova .body .regin .full .half input[type=password].with_hint,
  .overlay-cover .nova .body .regin.no-pading .full .half input[type=password].with_hint,
  .overlay-cover .nova .body .regin .full .half select.with_hint,
  .overlay-cover .nova .body .regin.no-pading .full .half select.with_hint {
    width: calc(100% - 50px);
  }
  
  
  .overlay-cover .nova .body .regin .full .half p,
  .overlay-cover .nova .body .regin.no-pading .full .half p {
    padding-left: 0px;
  }
  .overlay-cover .nova .body .regin .full .half .half,
  .overlay-cover .nova .body .regin.no-pading .full .half .half {
    width: 100%;
  }
  .overlay-cover .nova .bottoms .check-it {
    font-size: 10px;
    padding: 0px 15px;
  }
  
  .banks .payment_methods a img { display:none;}
  
  #dialog_registration_1 .reg_inputs,
  #dialog_registration_2 .reg_inputs {
      display:block;
      width:100%;
      margin-bottom: 20px;
      border-right:0px;
      border-bottom:1px solid #e2e4e9;
      padding:0px;
  }
  #dialog_registration_1 .reg_inputs input,
  #dialog_registration_2 .reg_inputs input {
      width:100%;
  }
  #dialog_registration_1 .reg_inputs label,
  #dialog_registration_2 .reg_inputs label{      
      width: 100%;
    padding-left: 0px;
    line-height: 1.3;
    height: auto;
    margin-bottom: 5px;
  }
  #dialog_registration_1 .reg_inputs span,
  #dialog_registration_2 .reg_inputs span{
          width: 100%;
    line-height: 1.3;
    padding-left: 0px;
    margin-bottom: 15px;
    margin-top: -10px;
    text-align: right;
    font-size: 12px;
  }
  #dialog_registration_1 .reg_socials,
  #dialog_registration_2 .reg_socials{
      display:block;
      width:100%;
      padding:0px;
  }  
  
  
}
@media (max-width: 400px) {
  .overlay-cover .nova .mobile input {
    width: 100%;
  }
  .overlay-cover .nova .mobile p {
    width: auto;
    line-height: 25px;
    margin-bottom: 0px;
  }
  .overlay-cover .nova .mobile p:first-of-type {
    width: 100%;
    text-align: center;
  }
  .overlay-cover .nova .mobile p:nth-of-type(2) {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .overlay-cover .nova .mobile a {
    width: 100%;
    float: left;
    margin-left: 0px;
    text-align: center;
  }
  .overlay-cover .nova .mobile a:before {
    float: none;
    display: inline-block;
    top: 2px;
  }
  .body .banks {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .subpage .slider .text-blue.has-maskot {
      padding-bottom:30px;
  }
  .subpage .slider .text-blue.has-maskot:before {
      display:none;
  } 
  
  .overlay-cover .nova .bottoms .check-box.texty_container br,
  #dialog_registration_2 .bottoms .check-box br {     
      display:block; 
  }
  #dialog_registration_2 .bottoms .check-box {
      margin:0px;
  }
  
  .nova .bottoms .check-box.texty_container label,
  #dialog_registration_2 .bottoms .check-box label{       
        display: inline-block;
        float:left;
        font-size: 80%;        
        line-height: 1;
        padding-left: 30px;
        position: relative;
    }   
    .nova .bottoms .check-box.texty_container label::before,
    #dialog_registration_2 .bottoms .check-box label:before{        
        left: 0;        
        position: absolute;
    }
    
}
/*# sourceMappingURL=main.css.map */


.dialog_container {
    display:none;
        
    width: 100%;
    max-width: 1000px;
    position: relative;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.6);
    margin-top: 50px;
    margin-bottom: 50px;
    height: calc(100vh - 100px);
    overflow: hidden;
}
.dialog_container.small {
    height:auto;
    max-height: calc(100vh - 100px);
}


.dialog_container .info-new {
    display:none;
}
.dialog_container .info-new.ver2 {
    display:block;
}
.dialog_container .info-new.ver22 {
    display: block;
}
.dialog_container .info-new.ver23 {
    display:block;
}


.loading {
    display:none;
    height: 100vh;
    position: fixed;
    width: 100vw;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    z-index:99999;
}
.loading .inner-circle {
    bottom: 0;
    display: inline-block;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}


.banks .payment_methods a {
  display:inline-block;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #c6cad4;
  background: url(../images/banksarrow.png) right center no-repeat;
  background-position: calc(100% - 30px);
  padding: 0px 100px 0px 30px;
}
.banks .payment_methods a:hover {
  border-color: #0e6ef5;
}
.banks .payment_methods ul {
    padding:0px;
}
.banks .payment_methods li {
    list-style:none;
}
.banks .payment_methods a span {
    float:left;
    color: #0e6ef5;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
}
.banks .payment_methods img {
    float:right;
}
/*
.splatit #thepay-methods-div-content li {
    list-style:none;
}
.splatit .body .banks a {
    padding:10 20px;
    height:auto;
}
.splatit .body .banks a span {
    float:left;
    margin-left:40px;
}
.splatit .paymentMethodLink > img {
    float:right;
}*/

.agreement_note_text {
    width:100%;
    height:10em;
    resize:none;
    margin-bottom:20px;
}
#dialog_loanrepay_done {
    height: auto;
    margin-top: 80px;
    overflow: visible;
}






/** NAVODY **/

.instructions {
	text-align:center;
	}
	
.instructions ul {
	counter-reset:li;
	padding:0;
	margin:0;
	}
	
.instructions li {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin: 40px 0;
    position: relative;
    width: 100%;
}

.instructions li:after {
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    bottom: -14px;
    content: "";
    display: inline-block;
    height: 25px;
    left:calc(50% - 13px);
    position: absolute;
    transform: rotate(45deg);
    width: 25px;
	}
.instructions li:last-child:after {
	display:none;
	}
.instructions li:last-child:before {
    background: rgba(0, 0, 0, 0) url("../maskot/finacek_navod.png") no-repeat scroll 0 0;
    bottom: -40px;
    content: "";
    display: inline-block;
    height: 170px;
    left: 50%;
    position: absolute;
    width: 231px;
	}
	
.instructions li:last-child {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:120px;
	}

        

body.version2 .instructions li:last-child {
    padding-bottom:0px;
}
body.version2 .instructions li:last-child::before {
    display:none;
}
        
.instructions div.nahled:before {
    background: #0e6ef5 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    height: 50px;
    left: 50%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: -25px;
    transform: translateX(-50%);
    width: 50px;
	content: counter(li, decimal);
    counter-increment: li;
	font-size:21px;
	}

.instructions > span {
    margin-top: 0 !important;
    text-align: center !important;
	font-size:24px !important;
	}
	
	.navod.instructions {
		width:100% !important;
		}

.navod.instructions p {
    margin: 20px 15% 40px !important;
    padding: 0 !important;
    width: 70%;
	text-align:center !important;
	}

.body-full-width .row {
	margin-bottom:30px;
	text-align:center;
	}

.body-full-width .row .tabs-horizontal {
	float:none !important;
	display:inline-block;
	}

.col-2 {
	display:inline-block;
	width:50%;
	float:left;
	} 
	
/*@media screen and (max-width:965px) {*/
@media screen and (max-width:1100px) {
	.col-2 {
		width:100%;
		text-align:center;
		}
	
	.nahled {
		margin: 0 15% !important;
		width: 70% !important;
	}
	
	.navod.instructions p {
		margin: 15px 0 30px !important;
		width: 100% !important;
	}
	}

.vn-text {
	margin-bottom:50px;
	}

.videonavod-ff.body {
	background: #d6eafd !important;
	background: -moz-linear-gradient(top,  #d6eafd 50%, #5baaf8 100%) !important;
	background: -webkit-linear-gradient(top,  #d6eafd 50%,#5baaf8 100%) !important;
	background: linear-gradient(to bottom,  #d6eafd 50%,#5baaf8 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6eafd', endColorstr='#5baaf8',GradientType=0 ) !important;

	margin:0 !important;
	padding:50px !important;
	}

.videonavod-ff h2 {
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
	margin-bottom:20px;
	}
	
.videonavod-ff p {
    color: #2c3841;
    font-size: 14px;
    line-height: 20px;
	}
	
.macbook {
    position: relative;
	display:inline-block;
    z-index: 999;
	margin-bottom:-67px;	
	}

.screenframe {
    background:#333;
    border-radius: 10px 10px 0 0;
	margin: 0 10%;
	float:left;
	overflow:hidden;
	position:relative;
	}
.screenframe .shine {
    background: #000 none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 100%;
    left: 55%;
    position: absolute;
    transform: skewX(-20deg);
    width: 100%;
    z-index: 0;
	}

.screenframe img {
    display: block;
    height: auto;
    margin: 3%;
    width: 94%;
	border-radius:2px;
	position:relative;
	}
	
.mac-bottom {
    background: #bbb none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 15px;
    text-align: center;
    width: 100%;
	border-radius: 0 0 33% 33%;
	}
.mac-bottom div {
    background: #ddd none repeat scroll 0 0;
    height: 66%;
    width: 100%;
	}
.mac-bottom div span {
    background: #bbb none repeat scroll 0 0;
    display: block;
    height: 50%;
    left: 40%;
    position: relative;
    width: 20%;
	border-radius: 0 0 20px 20px;
}
.mac-shadow {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    float: left;
    height: 2px;
    margin: 0 5%;
    width: 90%;
	}

.nahled {
    background: gray none repeat scroll 0 0;
    border-radius: 3px;
    display: inline-block;
    margin: 0 25%;
    overflow: hidden;
    text-align: center;
    width: 50%;
	}
	
.nahled > img {
	height:auto;
	width:100%;
	display:block;
	}
/** /NAVODY **/

.clear {
    clear:both;
}



.mCSB_scrollTools {
    width:20px;
    opacity:1;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width:20px;
    background:#ccc;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width:20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin-top:20px;
    margin-bottom:20px;
    height: calc(100% - 40px);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color:#8C959E;    
}

.mCSB_draggerRail {
    position:relative;
}
.mCSB_draggerRail:before,
.mCSB_draggerRail:after {
    display:block;
    position:absolute;
    width:20px;
    height:20px;
    content:"";
    left:0px;
    background-color:#8C959E;    
    color:#fff;
    cursor:pointer;
    transition: opacity 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
    z-index:1;
}
.mCSB_draggerRail:hover:before,
.mCSB_draggerRail:hover:after {    
    background-color: rgba(0, 0, 0, 0.9);    
}


.mCSB_draggerRail:before {
    top:0px;
    font-family: FontAwesome;
    content: "";
}
.mCSB_draggerRail:after {
    bottom:0px;
    font-family: FontAwesome;
    content: "";
}


.payment_heading0 {
    text-align:center;
    font-size:20px;
    font-weight: 100;
}
.payment_heading1 {
    text-align:left;
    color:#0e6ef5;
    font-size:20px;
    font-weight:bold;
    margin-bottom:15px;
    background:url("../images/domecek.png") no-repeat left center;
    padding-left: 30px;
}
.payment_info {
    display:block;
    border:1px solid #c6cad4;
    padding: 20px;
    width:100%;
    box-sizing:border-box;   
    margin-top:10px;
}
.payment_info:last-child {
    margin-bottom:40px;
}
.payment_info .payment_bank_name {
    color:#0e6ef5;
    font-size:20px;
    background-repeat:no-repeat;
    background-position:left center;
    width:33%;
    display:inline-block;
    vertical-align:top;
    text-align:left;
    box-sizing:border-box;
    margin-bottom:15px;
}
.payment_info .payment_bank_name.payment_bank_code_2010 {
    background-image: url("../images/fio.png");
    padding-left:90px;
    padding-top:10px;
    padding-bottom:10px;
}
.payment_info .payment_values {
    width:66%;
    display:inline-block;
    vertical-align:top;
    line-height:25px;
    padding:0px 20px;
    box-sizing:border-box;    
    font-size:14px;
}
.payment_info .payment_label {
    display:inline-block;
    vertical-align:top;
    width:50%;
    box-sizing:border-box;
    text-align:right;
    padding-right:20px;
    border-right:1px solid #c6cad4;
    border-left:1px solid #c6cad4;
}
.payment_info .payment_label:first-child,
.payment_info .payment_label:first-child + .payment_value {
    padding-top:5px;
}
.payment_info .payment_label:nth-last-child(2) {
    padding-bottom:15px;
}

.payment_info .payment_value {
    font-weight:bold;
    display:inline-block;
    vertical-align:top;
    width:50%;
    box-sizing:border-box;
    text-align:left;
    padding-left:20px;
}
@media (max-width: 750px) {
    .payment_info {
        padding:10px;
    }
    .payment_info .payment_bank_name {
        width:auto;
    }
    .payment_info .payment_values {
        width:100%;
    }
    .payment_info .payment_label {
        border-left:0px;
    }
}



.payment_express {
    text-align:center;
    margin:20px 0px;    
}
.payment_express_heading {
    color: #0e6ef5;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}
.payment_express_block {
    border:1px solid #559fe4;
    border-radius: 3px;
    overflow:hidden;
    position:relative;
    padding: 20px 90px 25px;
    background-color:#dce9fa;
}
.payment_express_tip {
    position:absolute;
    top:0px;
    bottom:0px;
    margin:auto;
    left:0px;
    width:90px;
    background-color:#559fe4;
    color:#fff;
    padding-top: 20px;
    font-weight:bold;
    font-size:20px;
}
.payment_express_text {
    font-size:14px;
    line-height: 20px;
    margin:5px;
}
.payment_express .payment_express_block a.payment_express_link {
    width: 246px;
    height: 40px;
    padding: 15px 30px;
    background-image: url("../images/express.png");
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#fff;  
    border-radius:5px;
    margin: 15px 10px 10px;
    display:inline-block;
    border:0px;
    text-indent: -9999px; 
    white-space: nowrap; 
    overflow: hidden;
    box-sizing:initial;
    box-shadow: 0px 5px 5px -1px rgba(166,166,166,1);
}


.redirect_text {
    text-align:left;
    margin-bottom:20px;
    line-height:25px;
    padding:0px 30px;
}
.redirect_button {
    display:inline-block;
    background-color: #0e6ef5;
    color: #fff;    
    font-size: 14px;
    height: 40px;
    line-height: 38px;   
    border-radius: 3px;
    padding: 0px 26px;
    text-decoration:none;
    margin-bottom:20px;
}
.redirect_button:hover {
    background-color:#0855c4;
}

.fleft {
    float:left;
}
.fright {
    float:right;
}


form .hint {
    position:relative;
    font-style: normal;
}
.nova .body .regin .full span.hint {
    float: left;
    font-style: normal;
    padding: 0 15px;
    width: auto;    
}
form .hint:after {
    content: "";
    font-family: FontAwesome;
    color:#0e6ef5;
    font-size:20px;
    cursor:pointer;
}
form .hint > span {
    opacity: 0;
    transition: opacity 0.2s;
    position:absolute;
    display:block;
    width:250px;
    line-height:20px;
    background:rgba(221,231,245,0.9);
    /*background:rgba(14,110,245,0.7);*/
    /*background:rgba(255,255,255,0.9);*/
    border:1px solid #a3b2ca;    
    z-index:10;
    left:100%;
    margin:auto;
    left:100%;
    top:0px;
    border-radius:3px;
    padding:5px 10px;
    pointer-events:none;
    font-style:italic;
    text-align:left;
}
.nova .body .regin .full span.hint > span {
    width:250px;
    line-height:20px;
    text-align:left;
    padding:5px 10px;
}
form .hint:hover > span {
    opacity: 1;
}


.bankcode_list {
    position:absolute;
    z-index:100000000;
    background-color:#fff;
    border-radius:3px;
    border:1px solid #a3b2ca;
    text-align:left;
    overflow:hidden;
    overflow-y:auto;
    max-height:400px;
    width: 400px;
}
.bankcode_list > div {
    border-bottom:1px solid #a3b2ca;
    cursor:pointer;
}
.bankcode_list > div:last-child {
    border-bottom:0px;
}
.bankcode_list > div:hover {
    background-color:#edf3fc;
    transition: all 0.3s ease-out 0s;
}
.bankcode_list > div > span:first-child {
    width:60px;
    padding:10px;
    border-right:1px solid #a3b2ca;
    display:inline-block;
    vertical-align:top;
}
.bankcode_list > div > span:first-child + span {
    padding:10px;
    display:inline-block;
    vertical-align:top;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    max-width:320px;
}


.bottoms .dialog_bottom_checkbox {
    
}
.bottoms .dialog_bottom_checkbox > span {
    display:block;
    float:none;
}
.bottoms .dialog_bottom_checkbox > .check-box {
    width:auto;
}

@media (max-width: 768px) {
    .bottoms .dialog_bottom_checkbox > .check-box {
        width:75%;
    }
    
}
@media (max-width: 480px) {
    .bottoms .dialog_bottom_checkbox > .check-box {
        width:60%;
    }
    .bottoms .dialog_bottom_checkbox > .check-box label {
        font-size:11px;
        line-height:20px;
    }
    .bottoms .dialog_bottom_checkbox > .check-box label:before {
        width:16px;
        height:16px;
    }
}



.calc.volsor .one .input-container {
    padding:35px 0px;
}
.calc.volsor .input-container input[type=text],
.calc.volsor .input-container input[type=email],
.calc.volsor .input-container input[type=tel],
.calc.volsor .input-container select {
    margin:0px;
    border: 1px solid #a3b2ca;
    border-radius: 3px;
    color: #2c3841;
    float: none;
    font-size: 14px;
    font-weight: 300;
    height: 38px;
    line-height: 1;    
    outline: medium none;
    padding: 0 15px;
    transition: all 0.3s ease-out 0s;
    width: 300px;
}
.calc.volsor .one .input-container input[type=text]:hover,
.calc.volsor .one .input-container input[type=email]:hover,
.calc.volsor .one .input-container input[type=tel]:hover,
.calc.volsor .one .input-container select:hover {
    background: #edf3fc none repeat scroll 0 0;
}

 .calc.volsor .right.three input {
      background-color:#dfebfb;
      border:1px solid #3c6eaa;
  }
  .calc.volsor .right.three input:hover {
      border:1px solid #77d5f7;
  }
 .calc.volsor .right.three input:active,
  .calc.volsor .right.three input:focus {
      background-color:#ffffff;
      border:1px solid #5dacf8;
      box-shadow: 0 0 5px #77d5f7;
  }
  
  .calc.volsor .right.three input {
      padding-left:40px;
      position:relative;
  }
  
  .calc.volsor .right.three .input_email,
  .calc.volsor .right.three .input_phone {
      float:left;   
      position:relative;
      width:50%;      
  }  
  .calc.volsor .right.three .input_email {
      margin-right:5%;
      width:45%;
  }
  
  .calc.volsor .right.three .input_email > div,
  .calc.volsor .right.three .input_email input,  
  .calc.volsor .right.three .input_phone > div,
  .calc.volsor .right.three .input_phone input {
      width:100%;
  }
  
  .calc.volsor .right.three .input_email,
  .calc.volsor .right.three .input_phone {
      position:relative;
      margin-top:7px;
  }
  .calc.volsor .right.three .input_email > .error,
  .calc.volsor .right.three .input_phone > .error {      
        font-family: "Open Sans",sans-serif;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: -23px;
  } 
  
  .calc.volsor .right.three .input_email:after,
  .calc.volsor .right.three .input_phone:after {
      font-family:FontAwesome;      
      color: #3c6eaa;
      position:absolute;
      left:0px;
      top:0px;      
        line-height: 40px;
        margin-right: 10px;
        margin-left:10px;
  }
  
  .calc.volsor .right.three .input_email:after {
    content: "";
    font-size:16px;
  }
  
  .calc.volsor .right.three .input_phone:after {
    content: "";
    font-size: 20px;
  }


.calc.volsor .input-container .error {
    line-height:35px;
    padding:0px 10px;
    color:#c00;
    vertical-align:top;
}
.calc.volsor .three .input-container .error {
    color:#f00;
    line-height:22px;
    padding:0px;
}

.calc.volsor input[type=submit] {
    background: #21c783;
    border:1px solid #29343c;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 20px;
    height: 60px;
    line-height: 58px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    cursor:pointer;
    text-align:center;
    width:300px;
    max-width:100%;
}
.calc.volsor input[type=submit]:hover {
    background: #107d54;
}
.calc.volsor .four label {
    color: #fff;
}
.calc.volsor .modal {
    text-decoration:underline;
    cursor:pointer;
}
.calc.volsor .modal:hover {
    text-decoration:none;
}


/*TODO ...
.calc.volsor .two .input-container input:focus {
    border: 1px solid #358df6;
    box-shadow: 0 0 3px rgba(14, 110, 245, 0.66);
}*/
.calc.volsor .three .input-container:first-child {
    padding:0px 0px 10px;
}
.calc.volsor .three .input-container:first-child+.input-container {
    padding:0px 0px 20px;
}
.calc.volsor .three .input-container > .awesomplete {
    width: 48%;
}
.calc.volsor .three .input-container > .awesomplete + input {
    width:48%; 
    float: right;
}
.calc.volsor .three .input-container .awesomplete input {
    width:100%
}
.calc.volsor .four .input-container:first-child {
    float:left;
    width:65%;
    margin-top:15px;
    padding-right:20px;
}
.calc.volsor .four .input-container:first-child+.input-container {
    float:right;
    width:35%;
}

.calc.volsor .input-container .clear {
    clear:both;
}


.calc.volsor .awesomplete [hidden] {
    display: none
}

.calc.volsor .awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.calc.volsor .awesomplete {
    display: inline-block;
    position: relative
}

.calc.volsor .awesomplete>input {
    display: block
}

.calc.volsor .awesomplete>ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0
}

.calc.volsor .awesomplete>ul:empty {
    display: none
}

.calc.volsor .awesomplete>ul {
    border-radius: .3em;
    margin: .2em 0 0;
    background: hsla(0, 0%, 100%, .9);
    background: linear-gradient(to bottom right, #fff, hsla(0, 0%, 100%, .8));
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
    text-shadow: none;
    z-index:10;    
}
.calc.volsor .awesomplete>ul:before {
    content: "";
    position: absolute;
    top: -.43em;
    left: 1em;
    width: 0;
    height: 0;
    padding: .4em;
    background: #fff;
    border: inherit;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.calc.volsor .awesomplete>ul>li {
    position: relative;
    padding: .2em .5em;
    cursor: pointer
}

.calc.volsor .awesomplete>ul>li:hover {
    background: #b7d2e0;
    color: #000
}

.calc.volsor .awesomplete>ul>li[aria-selected=true] {
    background: #3d6c8e;
    color: #fff
}

.calc.volsor .awesomplete mark {
    background: #e9ff00
}

.calc.volsor .awesomplete li:hover mark {
    background: #b5d100
}

.calc.volsor .awesomplete li[aria-selected=true] mark {
    background: #3c6b00;
    color: inherit
}


.calc.volsor .message {
    display:none;
}
.calc.volsor .four.right {
    position:relative;    
}
.calc.volsor .four.right .message {
    position:absolute;
    margin:auto;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    background: rgba(44, 56, 65, 0.8);
    text-align:center;
    padding:20px;
    color:#fff;
}
.calc.volsor .four.right .message.ok img {
    height:100%;
}

.calc.volsor .four.right {
    position:relative;
}
.calc.volsor .four.right .message.ok {
    position:absolute;
    padding:20px;
}


.calc.volsor .row .one.left,
.calc.volsor .row .one.right,
.calc.volsor .row .two.left,
.calc.volsor .row .two.right,
.calc.volsor .row .three.left,
.calc.volsor .row .three.right {
    height:90px;    
}
.calc.volsor .row .four.left,
.calc.volsor .row .four.right {
    height:100px;
}


.calc.volsor .row .one.left,
.calc.volsor .row .two.left,
.calc.volsor .row .three.left,
.calc.volsor .row .four.left {
    padding-top:23px;
    padding-left:35px;
}
.calc.volsor .row .four.left {
    padding-top:28px;
}

.calc.volsor .left p {
    line-height:42px;
}

.calc.volsor .row .one.left span,
.calc.volsor .row .two.left span,
.calc.volsor .row .three.left span,
.calc.volsor .row .four.left span {
    line-height:40px;
    height:42px;
    width:42px;
    font-size:20px;
}

.calc.volsor .row .left.one {
    background-color:#5dacf8;
}
.calc.volsor .row .left.two {
    background-color:#4398f7;
}
.calc.volsor .row .left.three {
    background-color:#2983f6;
}
.calc.volsor .row .left.four {
    background-color:#0e6ef5;
}

.calc.volsor .row .right.one {
    background-color:#fff;
}
.calc.volsor .row .right.two {
    background-color:#fff;
}
.calc.volsor .row .right.three {
    background-color:#fff;
}
.calc.volsor .row .right.four {
    background-color:#2c3841;    
    position:relative;
    padding-top:20px;
}
.calc.volsor .row .right.four > * {
    position:relative;
    z-index:1;
}
.calc.volsor .row .right.four:after {
    content:"";
    position:absolute;
    width:326px;
    height:100%;
    top:0px;
    right:17%;
    margin-right: -163px;
    background:url("../images/btn_glow.png") no-repeat center center;
    pointer-events:none;
}

.calc.volsor .right.four button {
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    height: 50px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.calc.volsor .right.four .field-error {
    position:relative;    
}
.calc.volsor .right.four .field-error .error {
    display: inline;
    font-weight: bold;
    left: -6px;
    position: absolute;
    top: -30px;
    color:#f33;
}


@media (max-width: 860px) {
    .calc.volsor .right.three {
        padding-top:20px;
        padding-bottom:20px;
    }
}


.volsor_content {
    /*padding: 50px 0px;*/
}

.volsor_content * {
    position: relative;
    text-align:left;
}

.volsor_content h1,
.volsor_content h2 {
    color: #2c5582;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 40px;
    position: relative;
    text-align: center;
}
.volsor_content p {
    color: #656565;
    margin-bottom: 10px;
    line-height:initial;
}

.volsor_content h1.h1 span::after,
.volsor_content h2 span::after {
    margin-left: -95px;
    width: 190px;
}
.volsor_content h1 span:after,
.volsor_content h2 span:after {
    border-top: 1px solid #b8b8b8;
    content: "";
    height: 1px;
    left: 50%;
    /*margin-left: -360px;*/
    position: absolute;
    top: 0;
    /*width: 720px;*/
}
.volsor_content h1 span, 
.volsor_content h2 span {
    color: #b8b8b8;
    display: block;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 10px 0 0;
    text-align: center;
}

.volsor_content .container {
    width:860px;
    margin:auto;
}
.volsor_content .container div {
    font-size: small;
    letter-spacing: normal;
}
.volsor_content .container::after {
    display: block;
}
.volsor_content .section .container {
    overflow: hidden;
    padding: 40px 15px;
}

.volsor_content #condition .condition_text {
    margin: 0 auto;
    padding: 20px;
}

.volsor_content #condition .condition_text ol {
    text-align: center;
    padding-left:0px;
}

.volsor_content #condition .condition_text ol li {
    display: inline-block;
    list-style-type: none;
    margin: 0 1%;
    padding: 40px 0 0;
    vertical-align: top;
    width: 29%;
}
.volsor_content #condition .condition_text ol li span {
    color: #3171b9;
    display: block;
    font-size: 15px;
    font-style: italic;
    margin: 0 auto;
    min-height: 57px;
    text-align: center;
    width: 65%;
}
.volsor_content #condition .condition_text ol li p {
    background: rgba(0, 0, 0, 0) url("//financecdn.com/cms/public/landings/img/britain/condition_dotter.png") no-repeat scroll center 10px;    
    color: #555;
    font-size: 13px;
    padding: 30px 0 0;
}
.volsor_content #condition .condition_text ol li:nth-child(1) {
    background: rgba(0,0,0,0) url("../images/volsor/condition_01.png") no-repeat scroll center top;
    background-size:auto 32px;
    /*background: rgba(0, 0, 0, 0) url("//financecdn.com/cms/public/landings/img/britain/condition_01.jpg") no-repeat scroll center top;*/
}
.volsor_content #condition .condition_text ol li:nth-child(2) {
    background: rgba(0,0,0,0) url("../images/volsor/condition_02.png") no-repeat scroll center top;
    background-size:auto 32px;
    /*background: rgba(0, 0, 0, 0) url("//financecdn.com/cms/public/landings/img/britain/condition_02.jpg") no-repeat scroll center top;*/
}
.volsor_content #condition .condition_text ol li:nth-child(3) {
    background: rgba(0,0,0,0) url("../images/volsor/condition_03.png") no-repeat scroll center top;
    background-size:auto 32px;
    /*background: rgba(0, 0, 0, 0) url("//financecdn.com/cms/public/landings/img/britain/condition_03.jpg") no-repeat scroll center top;*/
}

.volsor_content #guide {
    background: #fff none repeat scroll 0 0;
}
.volsor_content #guide .container::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
.volsor_content #guide .container {
    background: #f5fafc none repeat scroll 0 0;
    border: 1px solid #d7e1ea;
    padding: 0;
    overflow:visible;
}
.volsor_content .guide_left {
    float: left;
    width: 30%;
    position:relative;
}
.volsor_content .guide_left:after {
    background:url("../images/chameleon_02.png") no-repeat center center;
    display:block;
    position:absolute;
    width: 192px;
    height: 320px;
    content:"";
    left:40px;
    top:-11px;
}
.volsor_content .guide_right {
    float: right;
    width: 70%;
}
.volsor_content #guide h2 {
    border-bottom: 1px solid #d7e1ea;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}
.volsor_content #guide .guide_text {
    color: #095874;
    font-size: 16px;
    line-height: 25px;
    margin: 0 15px 0 auto;
}
.volsor_content #guide .guide_text p {
    color: #2c3841;
    font-weight:bold;
    line-height:23px;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    padding-right:15%;
    
}
.volsor_content #guide .guide_text ul {
    border-top: 1px solid #d7e1ea;
    color: #0097dc;
    font-size: 13px;
    line-height:25px;    
    list-style-type: none;
    padding: 15px 0 0 0px;
    font-weight:600;
    margin-bottom:25px;
    margin-top:20px;
}

.volsor_content #guide .guide_text ul li {
    position:relative;
    padding-left:20px;
}
.volsor_content #guide .guide_text ul li:before {
    content: "";
    font-family: FontAwesome;
    position:absolute;
    left:0px;
    top:1px;
}

.volsor_content #advantages .block.advantage.first {
    margin-left:2%;
}
.volsor_content #advantages .block.advantage {
    /*background: #f6f9fe none repeat scroll 0 0;*/
    min-height: 160px;
    min-width: 130px;
    padding: 2% 0 4%;
    width: 16%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    float:left;
}
.volsor_content #advantages .advantage_icon {
    margin: 0 auto;
    padding: 5px 5px 15px;
}
.volsor_content #advantages .advantage * {
    text-align: center;
}
.volsor_content #advantages .advantage_icon img {
    height: 47px;
}

.volsor_content #contact_text .block.info {
    margin-bottom: 1%;
    min-width: 280px;
}
.volsor_content #contact_text .block.info{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.volsor_content #contact_text .contact_address, 
.volsor_content #contact_text .contact_info {
    color: #798492;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
}
.volsor_content #contact_text, #contacts {
    background: #f8fafd none repeat scroll 0 0;
}

.volsor_content #reviews .block.review {
    margin: 1%;
    min-width: 280px;
    width: 47%;
    position:relative;
    display:inline-block;
    vertical-align:top;
}
.volsor_content #reviews .review_img {
    left:0px;
    padding:5px;
    position:absolute;
    top:0px;
}
.volsor_content #reviews .review_img img {
    border-radius: 50%;
    height: 83px;
    width: 83px;
}
.volsor_content #reviews .review_text {
    color: #616161;
    font-size: 15px;
    line-height: 20px;
    margin-left: 110px;
    padding: 10px;
}
.volsor_content #reviews .review_name {
    color: #0097dc;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
    margin-left: 110px;
    padding: 0 10px;
}
.volsor_content #reviews .review_name .star {
    display: none;
}



.volsor_content #cm_banner .container {
    padding:20px 0px 40px;
}
.volsor_content #cm_banner .container img {
    max-width:100%;
}

@media (max-width: 860px) {
    .volsor_content .container {
        overflow:hidden;
        width:100%;
    }    
    .volsor_content #condition .condition_text ol li {
        margin-bottom: 15px;
        width: 95%;
    }
    .volsor_content .guide_left {
        display:none;
    }
    .volsor_content .guide_right {
        width:100%;
        padding:0px 20px 20px;
    }
    .volsor_content #advantages .block.advantage {
        width:32%;        
    }
    .volsor_content #advantages .block.advantage.first+div+div+div {
        margin-left:2%;
    }    
    .volsor_content #reviews .block.review {
        width:100%;
    }
    .volsor_content #guide .guide_text p {
        padding-right:0px;
    }
}
@media (max-width: 500px) {
    .volsor_content #advantages .block.advantage {
        width:48%;        
    }
    .volsor_content #advantages .block.advantage.first,
    .volsor_content #advantages .block.advantage.first+div+div,
    .volsor_content #advantages .block.advantage.first+div+div+div+div {
        margin-left:2%;      
    }
    .volsor_content #advantages .block.advantage.first+div,
    .volsor_content #advantages .block.advantage.first+div+div+div,
    .volsor_content #advantages .block.advantage.first+div+div+div+div+div {
        margin-left:0%;      
    }
    .volsor_content #reviews .review_img {
        position:relative;
        text-align:center;
    }
    .volsor_content #reviews .review_text {
        margin-left:0px;
    }
    .volsor_content #reviews .review_name {
        margin-left:0px;
    }
    
    .volsor_content #cm_banner .container img {
        width: 160vw;
        max-width:160vw;
    }
}


body header,
body header .wrap,
body header .wrap nav, 
body header .wrap nav .has-menu {
    position:static;
}
body header {
    position:fixed;
}



.slider .slidex {
    height:40px;
}

.slider .slidex .minus,
.slider .slidex .plus {
    height:30px;
    line-height:28px;
    font-weight:bold;
}

.slider .slidex .minus {
    position:absolute;
    margin:0px;
    left: 4px;
    top: 4px;
    line-height:24px;
    border-radius: 3px 0px 0px 3px;
}
.slider .slidex .plus {
    position:absolute;
    margin:0px;
    right: 4px;
    top: 4px;
    line-height:27px;
    border-radius: 0px 3px 3px 0px;
}
.slider .slidex .minus_value,
.slider .slidex .plus_value {
    line-height:28px;
    font-weight:normal;
}

.slider .slidex #slider .ui-slider-handle, 
.slider .slidex #slider_prolong .ui-slider-handle, 
.slider .slidex #slider_schedule .ui-slider-handle, 
.slider .slidex #vol_slider1 .ui-slider-handle, 
.slider .slidex #vol_slider2 .ui-slider-handle {
    height:50px;
    top:-6px;
}


.slider .calc.volsor .row .right.one,
.slider .calc.volsor .row .right.two{
    position:relative;
}
.slider .calc.volsor .row .right.one:after,
.slider .calc.volsor .row .right.two:after
{
    background-color: #e8eaee;
    content: "";
    height: 1px;
    position: absolute;
    width: calc(100% - 60px);
    bottom: 0px;
    left: 0px;
    margin: 0px 30px;
    display: block;   
}

.slider .calc.volsor .slidex {
    margin-top:25px;
}


@media (max-width: 660px) {
      
    .calc.volsor .right.three {
        padding-top:10px;
    }
    
    .calc.volsor .right.three .input_email {
        width:100%;
        margin-top:20px;
    }
    .calc.volsor .right.three .input_phone {
        width:100%;
        margin-top:20px;
    }
    
  .calc.volsor .four .input-container:first-child {
      width:100%;
      float:none;
      margin-bottom:15px;
  }
  .calc.volsor .four .input-container:first-child + .input-container {
      width:auto;
      margin:auto;
      float:none;
  }
  
  .slider .slidex #vol_slider1.ui-slider.ui-slider-horizontal .ui-slider-handle, 
  .slider .slidex #vol_slider2.ui-slider.ui-slider-horizontal .ui-slider-handle {
      line-height:48px;
  }
  
}


.espol h1 {
    color: #2c5582;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    margin: 20px 0 40px;
    position: relative;
    text-align: center;
}

.espol p {
    color: #798492;
    font-size: 15px;
    line-height: 20px;
}




.cookie {
    overflow:hidden;
    left: 0px;
    bottom:0px;
    position:fixed;
    background-color:rgba(0,0,0,0.8);        
    padding:20px 10vw;    
    z-index:9999;
    width:100%;
    box-sizing:border-box;
}
.cookie p {
    color:#fff;
    float:left;
    padding:10px 30px;
    max-width:calc(80vw - 180px);
    font-size:15px;
    float:none;
    display:inline-block;
}
.cookie button {
    width: 150px;
    float:none;
    display:inline-block;
}

@media (max-width: 740px) {
    .cookie p {
        display:block;
        max-width:initial;
    }
}